From 1ebb10f60e842e4f37049db54ed19eaa6778e947 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 24 Jan 2005 10:06:11 +0000 Subject: [PATCH] Removed braces around the expansion of N_() --- lib/argp-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2