aboutsummaryrefslogtreecommitdiff
path: root/intl/gettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/gettext.c')
-rw-r--r--intl/gettext.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/intl/gettext.c b/intl/gettext.c
index 57130f40a12..b08b6bbf949 100644
--- a/intl/gettext.c
+++ b/intl/gettext.c
@@ -52,8 +52,7 @@
LC_MESSAGES locale. If not found, returns MSGID itself (the default
text). */
char *
-GETTEXT (msgid)
- const char *msgid;
+GETTEXT (const char *msgid)
{
return DCGETTEXT (NULL, msgid, LC_MESSAGES);
}