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 85e6b9033e0d3fed574eeb99c8725d6f48c68bd3..beb41d978c1997e61da65d87d214dda34a8a6907 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"