summaryrefslogtreecommitdiff
path: root/lib/argp-parse.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-01-24 10:06:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-01-24 10:06:11 +0000
commit1ebb10f60e842e4f37049db54ed19eaa6778e947 (patch)
tree3cf262e40bbfc38338489145b1eb76b4b94c9524 /lib/argp-parse.c
parentab85a4c685fea2a6a52d443994a81f7cc696a585 (diff)
downloadgnulib-1ebb10f60e842e4f37049db54ed19eaa6778e947.tar.gz
Removed braces around the expansion of N_()
Diffstat (limited to 'lib/argp-parse.c')
-rw-r--r--lib/argp-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/argp-parse.c b/lib/argp-parse.c
index 85e6b9033e..beb41d978c 100644
--- a/lib/argp-parse.c
+++ b/lib/argp-parse.c
@@ -38,7 +38,7 @@
#else
# include "gettext.h"
#endif
-#define N_(msgid) (msgid)
+#define N_(msgid) msgid
#include "argp.h"
#include "argp-namefrob.h"