X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=gnu%2Fgettext.h;fp=gnu%2Fgettext.h;h=0b054db7d25e986ddc82c89de850e8a1d2761f78;hp=360d176188372c18c63483580d2022f8b1cda512;hb=ee168310ec4227174ace489bf5f81f8c2f91cde0;hpb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6 diff --git a/gnu/gettext.h b/gnu/gettext.h index 360d176..0b054db 100644 --- a/gnu/gettext.h +++ b/gnu/gettext.h @@ -83,7 +83,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