* 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.
This commit is contained in:
Jim Kingdon
1994-05-18 00:59:15 +00:00
parent 8456a631c4
commit 20b3c1aae5
4 changed files with 13 additions and 5 deletions

View File

@@ -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