diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-18 00:59:15 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-18 00:59:15 +0000 |
commit | 20b3c1aae5908ae77ed6b6b104997bb2009c417a (patch) | |
tree | a89e95cd89b9e18d1d3de36510ae1507718d10c5 /gdb/annotate.c | |
parent | 8456a631c40e302c92b3bd008a872829b4744c6c (diff) | |
download | gdb-20b3c1aae5908ae77ed6b6b104997bb2009c417a.zip gdb-20b3c1aae5908ae77ed6b6b104997bb2009c417a.tar.gz gdb-20b3c1aae5908ae77ed6b6b104997bb2009c417a.tar.bz2 |
* breakpoint.c (breakpoint_1): Fix typo.
* annotate.c (annotate_field_end): Fix typo.
* Makefile.in: Move annotate.o from COMMON_OBS to OBS.
* Makefile.in (TSSTART): Remove; no longer used.
Diffstat (limited to 'gdb/annotate.c')
-rw-r--r-- | gdb/annotate.c | 2 |
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 |