m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: translation string tweak


From: Eric Blake
Subject: [PATCH] maint: translation string tweak
Date: Wed, 12 May 2021 09:15:54 -0500

* src/m4.c (usage): Tweak translation of a newline.
Reported by Benno Schulenberg,
https://lists.gnu.org/archive/html/m4-discuss/2021-05/msg00011.html
---
 src/m4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/m4.c b/src/m4.c
index 592e4883..2bd57750 100644
--- a/src/m4.c
+++ b/src/m4.c
@@ -243,8 +243,8 @@ Operation modes:\n\
   -W, --word-regexp=REGEXP     use REGEXP for macro name syntax\n\
 "), stdout);
 #endif
+      puts ("");
       fputs (_("\
-\n\
 Preprocessor features:\n\
   -D, --define=NAME[=VALUE]    define NAME as having VALUE, or empty\n\
   -I, --include=DIRECTORY      append DIRECTORY to include path\n\
-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]