changeset 5615:8cf397a43dd9

Removed braces around the expansion of N_()
author Sergey Poznyakoff <gray@gnu.org.ua>
date Mon, 24 Jan 2005 10:06:11 +0000
parents adabffc0412f
children 468bfd52146d
files lib/argp-parse.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"