From 3cf0a2ad76682b752e8dff9400140e5c5f876ac4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 28 Jan 2010 20:32:44 +0200 Subject: [PATCH] Typo --- src/modules/textdomain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2