summaryrefslogtreecommitdiffstats
path: root/include/c.h
diff options
context:
space:
mode:
authorBenno Schulenberg2014-04-28 18:15:00 +0200
committerKarel Zak2014-05-06 11:09:26 +0200
commit82b219f7061483d451e372534c85906296bc779b (patch)
tree19099fe76d513f7776d80a0202c407b0c29cd8d5 /include/c.h
parentlib/colors: change an include to a local one (diff)
downloadkernel-qcow2-util-linux-82b219f7061483d451e372534c85906296bc779b.tar.gz
kernel-qcow2-util-linux-82b219f7061483d451e372534c85906296bc779b.tar.xz
kernel-qcow2-util-linux-82b219f7061483d451e372534c85906296bc779b.zip
include/c: do not gettextize a wordless string
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'include/c.h')
-rw-r--r--include/c.h2
1 files changed, 1 insertions, 1 deletions
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