]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/intl.cpp
Forgot header with OSX prefix
[wxWidgets.git] / src / common / intl.cpp
index e7ca00816f96ce94e6b21780bb02f6fb77b80823..d0a11eac2f7ce58beb5092ffe0e2af015e988c28 100644 (file)
@@ -2200,7 +2200,7 @@ wxString wxLocale::GetSystemEncodingName()
         // the environment variables (in most cases this won't work, but I was
         // out of ideas)
         char *lang = getenv( "LC_ALL");
-        char *dot = lang ? strchr(lang, '.') : (char *)NULL;
+        char *dot = lang ? strchr(lang, '.') : NULL;
         if (!dot)
         {
             lang = getenv( "LC_CTYPE" );