]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - intl/finddomain.c
Update.
[thirdparty/glibc.git] / intl / finddomain.c
index c6c176ae2bfabd82a840c907d4ec0f31068560d0..7f6d35c198a0b239b0ecd6e0bc76e3b7b2c46879 100644 (file)
@@ -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;
 }