I went ahead and applied this. It doesn't appear to break anything. :)
On Mon, 24 May 2004 05:11:51 +0100, John Paul Wallington <[EMAIL PROTECTED]> wrote: > > 2004-05-24 John Paul Wallington <[EMAIL PROTECTED]> > > * ssp.c (usage): Add missing linefeed. > > --- ssp.c 14 Feb 2004 19:43:07 +0000 1.8 > +++ ssp.c 24 May 2004 05:09:52 +0100 > @@ -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); > } >