summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-10 02:20:49 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-10 02:20:49 +0100
commit2ba4773bc79ee6dff50a6322dbbf3569e47708eb (patch)
treed18adef3f67c523bb51c905161c563c2e004e029 /src/include
parentcf15c73653e3f8f09ba598aa694e419e97f12899 (diff)
downloadanastasis-2ba4773bc79ee6dff50a6322dbbf3569e47708eb.tar.gz
anastasis-2ba4773bc79ee6dff50a6322dbbf3569e47708eb.tar.bz2
anastasis-2ba4773bc79ee6dff50a6322dbbf3569e47708eb.zip
-update to latest exchange API
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gettext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gettext.h b/src/include/gettext.h
index 705487b..3929b11 100644
--- a/src/include/gettext.h
+++ b/src/include/gettext.h
@@ -73,8 +73,8 @@
# undef ngettext
# define ngettext(Msgid1, Msgid2, N) \
((N) == 1 \
- ? ((void) (Msgid2), (const char *) (Msgid1)) \
- : ((void) (Msgid1), (const char *) (Msgid2)))
+ ? ((void) (Msgid2), (const char *) (Msgid1)) \
+ : ((void) (Msgid1), (const char *) (Msgid2)))
# undef dngettext
# define dngettext(Domainname, Msgid1, Msgid2, N) \
((void) (Domainname), ngettext (Msgid1, Msgid2, N))