From 32a5c94a565d71084ec0338e3877c4f93365bdf2 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 7 Jun 1999 03:16:55 +0000 Subject: [PATCH] * windres.c (usage): Fix typo. --- binutils/ChangeLog | 4 ++++ binutils/windres.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6d172af..e376385 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +Mon Jun 7 12:14:57 1999 Andreas Schwab + + * windres.c (usage): Fix typo. + 1999-06-04 Nick Clifton * readelf.c: Use 64bit wide fields in internal strcutures even if diff --git a/binutils/windres.c b/binutils/windres.c index 990db90..0ccd909 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -712,7 +712,7 @@ Options:\n\ --include-dir DIR Include directory when preprocessing rc file\n\ -DSYM[=VAL], --define SYM[=VAL]\n\ Define SYM when preprocessing rc file\n\ - -v Verbose - tells you what it's doing\n\n + -v Verbose - tells you what it's doing\n\ --language VAL Set language when reading rc file\n")); #ifdef YYDEBUG fprintf (stream, _("\ -- 2.7.4