From 9857ccd870ab70c801e33ebdb87ed0ac28157848 Mon Sep 17 00:00:00 2001 From: Alexander Kojevnikov Date: Sat, 23 Apr 2011 17:13:39 +0800 Subject: [PATCH] Typo --- src/spek-platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spek-platform.c b/src/spek-platform.c index 515122f..475b292 100644 --- a/src/spek-platform.c +++ b/src/spek-platform.c @@ -128,8 +128,8 @@ gchar *spek_platform_locale_dir () { res_dir = gtk_osxapplication_get_resource_path (app); locale_dir = g_build_filename (res_dir, "share", "locale", NULL); #else -#endif locale_dir = LOCALEDIR; +#endif #endif }