unistr/u8-strchr: Fix several bugs.
[pspp] / lib / gettext.h
index 6b98c3b651ae8bd7310bfe55861acd9037221433..6a069c44866482aeff5dd29d72a6695ebfc034f4 100644 (file)
@@ -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