summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-02 09:40:50 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-02 09:40:50 +0000
commit14018f65c9614b28614dbc7b1c740aa83f02b740 (patch)
treedfce510d17ed42c0fc19e9d576004fd33b1f8fd4 /mutt.h
parent6007032453d4c6c42a95fb5501f304df2eca208d (diff)
More () fixes.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt.h b/mutt.h
index 0e373332..ff134c3a 100644
--- a/mutt.h
+++ b/mutt.h
@@ -36,13 +36,13 @@
# include <libintl.h>
# define _(a) (gettext (a))
# ifdef gettext_noop
-# define N_(a) (gettext_noop (a))
+# define N_(a) gettext_noop (a)
# else
# define N_(a) (a)
# endif
#else
# define _(a) (a)
-# define N_(a) (a)
+# define N_(a) a
#endif
#ifdef SUBVERSION