From 1dae3efc56ac9f71907df4a22a6148eb2d51a80f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 31 Mar 2011 16:25:41 +0000 Subject: * python/py-prettyprint.c (print_stack_unless_memory_error): Add missing ">" to message. --- gdb/python/py-prettyprint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python') diff --git a/gdb/python/py-prettyprint.c b/gdb/python/py-prettyprint.c index 3325795..a657432 100644 --- a/gdb/python/py-prettyprint.c +++ b/gdb/python/py-prettyprint.c @@ -288,7 +288,7 @@ print_stack_unless_memory_error (struct ui_file *stream) make_cleanup (xfree, msg); if (msg == NULL || *msg == '\0') - fprintf_filtered (stream, _("")); else fprintf_filtered (stream, _(""), msg); -- cgit v1.1