From 2b1f600cbd210cf9d7d7777b6cc0d6ef1c99d3da Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 5 Jul 1996 03:40:21 +0000 Subject: [PATCH] (usage): Remove space before newline in usage message. --- src/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2