aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-add.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32-add.h')
-rw-r--r--src/w32-add.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32-add.h b/src/w32-add.h
index 3149af0..02848ac 100644
--- a/src/w32-add.h
+++ b/src/w32-add.h
@@ -33,7 +33,7 @@ int _gpg_w32_gettext_use_utf8 (int value);
# define dgettext(a,b) _gpg_w32_dgettext ((a), (b))
# define ngettext(a,b,c) _gpg_w32_dngettext (NULL, (a), (b), (c))
# define dngettext(a,b,c,d) _gpg_w32_dngettext ((a), (b), (c), (d))
-# define gettext_localname() _gpg_w32_gettext_localename ()
+# define gettext_localename() _gpg_w32_gettext_localename ()
# define gettext_use_utf8(a) _gpg_w32_gettext_use_utf8 (a)
#endif /*GPG_ERR_ENABLE_GETTEXT_MACROS*/