Commit 3cf0a2ad authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 57c66b95
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment