aboutsummaryrefslogtreecommitdiff
path: root/intl/finddomain.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/finddomain.c')
-rw-r--r--intl/finddomain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/finddomain.c b/intl/finddomain.c
index c6c176a..7f6d35c 100644
--- a/intl/finddomain.c
+++ b/intl/finddomain.c
@@ -193,7 +193,7 @@ _nl_find_domain (dirname, locale, domainname)
/* The space for normalized_codeset is dynamically allocated. Free it. */
if (mask & XPG_NORM_CODESET)
- free (normalized_codeset);
+ free ((void *) normalized_codeset);
return retval;
}