changeset 687:d100e927488f

Fix spurious end of line introduced in revision 780.
author zas_
date Mon, 19 May 2008 08:24:10 +0000
parents c0dda0ffb931
children 36afa9f48cac
files src/main.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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