Removed braces around the expansion of N_()
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 24 Jan 2005 10:06:11 +0000 (10:06 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 24 Jan 2005 10:06:11 +0000 (10:06 +0000)
lib/argp-parse.c

index 85e6b90..beb41d9 100644 (file)
@@ -38,7 +38,7 @@
 #else
 # include "gettext.h"
 #endif
-#define N_(msgid) (msgid)
+#define N_(msgid) msgid
 
 #include "argp.h"
 #include "argp-namefrob.h"