From: RĂ©mi Denis-Courmont Date: Thu, 28 Jan 2010 18:32:44 +0000 (+0200) Subject: Typo X-Git-Tag: 1.1.0-ff~760 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3cf0a2ad76682b752e8dff9400140e5c5f876ac4;p=vlc Typo --- diff --git a/src/modules/textdomain.c b/src/modules/textdomain.c index 847ba2e061..f5c58c3f74 100644 --- a/src/modules/textdomain.c +++ b/src/modules/textdomain.c @@ -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();