summaryrefslogtreecommitdiff
path: root/lib/gl/gettext.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-03-31 13:47:05 +0200
committerSimon Josefsson <simon@josefsson.org>2010-03-31 13:47:05 +0200
commit1dc13a02db8fc7efe58a4d717d9ace0b2ec449a4 (patch)
tree765845042bca991bbcf371cd51152a02532c9f9e /lib/gl/gettext.h
parent12fbe47f33b6d03ff28ff9bc9e5e9405b110d883 (diff)
downloadgnutls-1dc13a02db8fc7efe58a4d717d9ace0b2ec449a4.tar.gz
Update gnulib files.
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