2004-05-29 John Paul Wallington <jpw@gnu.org>
* ssp.c (usage): Add missing linefeed.
This commit is contained in:
parent
c4c9eb5fd6
commit
1a8b65e301
@ -1,3 +1,7 @@
|
||||
2004-05-29 John Paul Wallington <jpw@gnu.org>
|
||||
|
||||
* ssp.c (usage): Add missing linefeed.
|
||||
|
||||
2004-05-27 Christopher Faylor <cgf@alum.bu.edu>
|
||||
|
||||
* kill.cc (listsig): Fix "kill -l" segv. NSIG includes Signal 0, so we
|
||||
|
@ -801,7 +801,7 @@ usage (FILE * stream)
|
||||
" ssp -v -s -l -d 0x61001000 0x61080000 hello.exe\n"
|
||||
"\n");
|
||||
if (stream == stderr)
|
||||
fprintf (stream, "Try '%s --help' for more information.", prog_name);
|
||||
fprintf (stream, "Try '%s --help' for more information.\n", prog_name);
|
||||
exit (stream == stderr ? 1 : 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user