summaryrefslogtreecommitdiff
path: root/lib/gl/gettext.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gl/gettext.h')
-rw-r--r--lib/gl/gettext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gl/gettext.h b/lib/gl/gettext.h
index 7dfb7233f2..5c7e22d49b 100644
--- a/lib/gl/gettext.h
+++ b/lib/gl/gettext.h
@@ -81,7 +81,7 @@
((void) (Domainname), ngettext (Msgid1, Msgid2, N))
# undef dcngettext
# define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
- ((void) (Category), dngettext(Domainname, Msgid1, Msgid2, N))
+ ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N))
# undef textdomain
# define textdomain(Domainname) ((const char *) (Domainname))
# undef bindtextdomain