* 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


_______________________________________________
M4-patches mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/m4-patches

Reply via email to