Fix a sanitization screwup.
authorStan Shebs <shebs@codesourcery.com>
Tue, 17 May 1994 16:59:33 +0000 (16:59 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 17 May 1994 16:59:33 +0000 (16:59 +0000)
gdb/main.c

index 05dddd0..eb84f2c 100644 (file)
@@ -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);
        }