From 82b219f7061483d451e372534c85906296bc779b Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 28 Apr 2014 18:15:00 +0200 Subject: include/c: do not gettextize a wordless string Signed-off-by: Benno Schulenberg --- include/c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/c.h') diff --git a/include/c.h b/include/c.h index 7321ed014..e423e8b30 100644 --- a/include/c.h +++ b/include/c.h @@ -278,7 +278,7 @@ static inline int xusleep(useconds_t usec) */ #define USAGE_HEADER _("\nUsage:\n") #define USAGE_OPTIONS _("\nOptions:\n") -#define USAGE_SEPARATOR _("\n") +#define USAGE_SEPARATOR "\n" #define USAGE_HELP _(" -h, --help display this help and exit\n") #define USAGE_VERSION _(" -V, --version output version information and exit\n") #define USAGE_MAN_TAIL(_man) _("\nFor more details see %s.\n"), _man -- cgit v1.2.3-55-g7522