X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=gettext.h;h=24d91824e5a810cb3f2cbc4ca0514ec68725597d;hp=1b253b7e760cbe78ecfa719eb4e3cd17c0e33176;hb=642f85faab27adec13eced36cd7e7548311f6c87;hpb=b350f7797c43ae488fb6d4d0faaa08e931445b2d diff --git a/gettext.h b/gettext.h index 1b253b7e76..24d91824e5 100644 --- a/gettext.h +++ b/gettext.h @@ -35,6 +35,6 @@ const char *Q_(const char *msgid, const char *plu, unsigned long n) } /* Mark msgid for translation but do not translate it. */ -#define N_(msgid) (msgid) +#define N_(msgid) msgid #endif