summaryrefslogtreecommitdiff
path: root/src/utils/gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/gettext.h')
-rw-r--r--src/utils/gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/gettext.h b/src/utils/gettext.h
index 67d74aa19..696f0d4bf 100644
--- a/src/utils/gettext.h
+++ b/src/utils/gettext.h
@@ -39,7 +39,7 @@
#define gettext(s) (const_cast <char*>(s))
#define _(s) (const_cast <char*>(s))
#define N_(s) (const_cast <char*>(s))
-#define ngettext(s1,s2,i1) (const_cast <char*>(s1))
+#define ngettext(s1, s2, i1) (const_cast <char*>(s1))
#endif