diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-05-17 16:59:33 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-05-17 16:59:33 +0000 |
commit | 60b3e2812a7913940ddedea3681f1136d4262346 (patch) | |
tree | cb3c81c1880423dc92fe0ddc0fe0d443c5fa4b5a /gdb/main.c | |
parent | b17fd29d907d0448e703bdf0d1c57bfc0114619b (diff) | |
download | gdb-60b3e2812a7913940ddedea3681f1136d4262346.zip gdb-60b3e2812a7913940ddedea3681f1136d4262346.tar.gz gdb-60b3e2812a7913940ddedea3681f1136d4262346.tar.bz2 |
Fix a sanitization screwup.
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |