diff options
Diffstat (limited to '')
-rw-r--r-- | tools/gpgconf-comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 92016efc4..7ba526f69 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -1141,7 +1141,7 @@ my_dgettext (const char *domain, const char *msgid) /* FIXME: we have no dgettext, thus we can't switch. */ - text = gettext (msgid); + text = (char*)gettext (msgid); return text ? text : msgid; } #elif defined(ENABLE_NLS) |