ssp.c (usage): Add missing linefeed.

Joshua Daniel Franklin joshuadfranklin@gmail.com
Sun May 30 06:34:00 GMT 2004


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 <jpw@gnu.org> wrote:
> 
> 2004-05-24  John Paul Wallington  <jpw@gnu.org>
> 
>         * 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);
>  }
>



More information about the Cygwin-patches mailing list