Fix spurious end of line introduced in revision 780.
authorLaurent Monin <geeqie@norz.org>
Mon, 19 May 2008 08:24:10 +0000 (08:24 +0000)
committerLaurent Monin <geeqie@norz.org>
Mon, 19 May 2008 08:24:10 +0000 (08:24 +0000)
src/main.c

index 3fb8391..f9a4b13 100644 (file)
@@ -723,8 +723,8 @@ int main(int argc, char *argv[])
        /* setup locale, i18n */
        gtk_set_locale();
 
-#ifdef ENABLE_NLS                               \
-    bindtextdomain(PACKAGE, GQ_LOCALEDIR);
+#ifdef ENABLE_NLS
+       bindtextdomain(PACKAGE, GQ_LOCALEDIR);
        bind_textdomain_codeset(PACKAGE, "UTF-8");
        textdomain(PACKAGE);
 #endif