From: Jim Meyering Date: Fri, 5 Jul 1996 03:40:21 +0000 (+0000) Subject: (usage): Remove space before newline in usage message. X-Git-Tag: TEXTUTILS-1_18c~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b1f600cbd210cf9d7d7777b6cc0d6ef1c99d3da;p=thirdparty%2Fcoreutils.git (usage): Remove space before newline in usage message. --- diff --git a/src/expr.c b/src/expr.c index bf5d1e4420..a91c9528eb 100644 --- a/src/expr.c +++ b/src/expr.c @@ -424,7 +424,7 @@ docolon (VALUE *sv, VALUE *pv) if (pv->u.s[0] == '^') { error (0, 0, _("\ -warning: unportable BRE: `%s': using `^' as the first character \n\ +warning: unportable BRE: `%s': using `^' as the first character\n\ of the basic regular expression is not portable; it is being ignored"), pv->u.s); }