diff src/rcfile.c @ 1444:a005287bffc7

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 15:01:07 +0000
parents d7a6fb7a90dd
children e015b6573d36
line wrap: on
line diff
--- a/src/rcfile.c	Sun Mar 15 13:33:56 2009 +0000
+++ b/src/rcfile.c	Sun Mar 15 15:01:07 2009 +0000
@@ -549,11 +549,8 @@
 		LayoutWindow *lw = work->data;
 		layout_write_config(lw, outstr, indent);
 		work = work->next;
-
 		}
 
-
-
 	secure_fputs(ssi, outstr->str);
 	g_string_free(outstr, TRUE);
 
@@ -736,7 +733,6 @@
 		const gchar *option = *attribute_names++;
 		const gchar *value = *attribute_values++;
 
-
 		if (READ_BOOL(options->color_profile, enabled)) continue;
 		if (READ_BOOL(options->color_profile, use_image)) continue;
 		if (READ_INT(options->color_profile, input_type)) continue;