]> git.sesse.net Git - vlc/commitdiff
Typo
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 28 Jan 2010 18:32:44 +0000 (20:32 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 28 Jan 2010 18:32:44 +0000 (20:32 +0200)
src/modules/textdomain.c

index 847ba2e061009b4efbb203248e6c6750151cbd8e..f5c58c3f74f5f3a7435067c62d58e31ae5fa1d76 100644 (file)
@@ -35,7 +35,7 @@ int vlc_bindtextdomain (const char *domain)
 
 #if defined (ENABLE_NLS)
     /* Specify where to find the locales for current domain */
-# if !defined (__APPLE__) && !defined ( IN32)
+# if !defined (__APPLE__) && !defined (WIN32)
     static const char path[] = LOCALEDIR;
 # else
     char *datadir = config_GetDataDirDefault();