diff options
Diffstat (limited to 'gdb/python')
-rw-r--r-- | gdb/python/py-prettyprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, _("<error reading variable")); + fprintf_filtered (stream, _("<error reading variable>")); else fprintf_filtered (stream, _("<error reading variable: %s>"), msg); |