# HG changeset patch # User zas_ # Date 1211185450 0 # Node ID d100e927488f3ac8fadbbf1dd5f9c4c7fde0f220 # Parent c0dda0ffb931dde6179aa3bedf329c5fd75a64ff Fix spurious end of line introduced in revision 780. diff -r c0dda0ffb931 -r d100e927488f src/main.c --- a/src/main.c Mon May 19 01:15:17 2008 +0000 +++ b/src/main.c Mon May 19 08:24:10 2008 +0000 @@ -723,8 +723,8 @@ /* 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