aboutsummaryrefslogtreecommitdiff
path: root/gdb/annotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/annotate.c')
-rw-r--r--gdb/annotate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/annotate.c b/gdb/annotate.c
index 4276b84..0a73fb5 100644
--- a/gdb/annotate.c
+++ b/gdb/annotate.c
@@ -201,7 +201,7 @@ void
annotate_field_end ()
{
if (annotation_level > 1)
- printf_filtered ("\n\032\032field-value\n");
+ printf_filtered ("\n\032\032field-end\n");
}
void