Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/ssp.c')
-rw-r--r--winsup/utils/ssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/ssp.c b/winsup/utils/ssp.c
index 4c3bad37d..21a4b4b59 100644
--- a/winsup/utils/ssp.c
+++ b/winsup/utils/ssp.c
@@ -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);
}