aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/main.c b/gdb/main.c
index 05dddd0..eb84f2c 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -1019,7 +1019,7 @@ GDB manual (available as on-line info or a printed manual).\n", gdb_stdout);
mac_command_loop ();
else
#endif /* MPW */
-/* start-sanitize-mpw */
+/* end-sanitize-mpw */
command_loop ();
quit_command ((char *)0, instream == stdin);
}