Mercurial > geeqie.yaz
diff src/image-load.c @ 995:6ca2c5fd7b13
Whitespaces cleanup.
| author | zas_ |
|---|---|
| date | Mon, 25 Aug 2008 22:20:45 +0000 |
| parents | 3f03282ec40e |
| children | 4fe8f9656107 |
line wrap: on
line diff
--- a/src/image-load.c Mon Aug 25 18:13:33 2008 +0000 +++ b/src/image-load.c Mon Aug 25 22:20:45 2008 +0000 @@ -71,7 +71,7 @@ /* a workaround for http://bugzilla.gnome.org/show_bug.cgi?id=547669 */ gchar *format = gdk_pixbuf_format_get_name(gdk_pixbuf_loader_get_format(loader)); - if (strcmp(format, "svg") == 0) + if (strcmp(format, "svg") == 0) { g_free(format); return;
