This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ssp.c (usage): Add missing linefeed.


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);
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]