spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 9857ccd870ab70c801e33ebdb87ed0ac28157848
parent 011877e7e1d8ea1250653ce94c6623fe59029cf0
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sat, 23 Apr 2011 17:13:39 +0800

Typo

Diffstat:
Msrc/spek-platform.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spek-platform.c b/src/spek-platform.c @@ -128,9 +128,9 @@ 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 } return locale_dir;