Mercurial > geeqie
diff src/rcfile.c @ 995:6ca2c5fd7b13
Whitespaces cleanup.
| author | zas_ |
|---|---|
| date | Mon, 25 Aug 2008 22:20:45 +0000 |
| parents | a4a38ea9fbaa |
| children | 88ebc61e33ae |
line wrap: on
line diff
--- a/src/rcfile.c Mon Aug 25 18:13:33 2008 +0000 +++ b/src/rcfile.c Mon Aug 25 22:20:45 2008 +0000 @@ -167,7 +167,7 @@ } static gboolean read_int_option(FILE *f, gchar *option, gchar *label, gchar *value, gint *n) -{ +{ if (g_ascii_strcasecmp(option, label) != 0) return FALSE; if (!n) return FALSE; @@ -882,7 +882,7 @@ READ_UINT(histogram.last_log_mode); /* image overlay */ - COMPAT_READ_UINT(image_overlay.common.enabled, image_overlay.common.state); /* 2008-05-12 */ + COMPAT_READ_UINT(image_overlay.common.enabled, image_overlay.common.state); /* 2008-05-12 */ READ_UINT(image_overlay.common.state); COMPAT_READ_BOOL(fullscreen.show_info, image_overlay.common.show_at_startup); /* 2008-04-21 */ READ_BOOL(image_overlay.common.show_at_startup);
