summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-07-16 20:09:11 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-07-16 20:09:11 +0000
commitc8dad885002b3c4072ba59e2e22d19c8899375df (patch)
treeba3ba29bbd5d169f953c5a53484ac1a043aefcf5
parentaecafcc92ea8981e3d3bc03f49b09bd90eb44100 (diff)
downloadgdk-pixbuf-c8dad885002b3c4072ba59e2e22d19c8899375df.tar.gz
Fix the build
svn path=/branches/gtk-2-10/; revision=18482
-rw-r--r--gdk-pixbuf/io-tiff.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk-pixbuf/io-tiff.c b/gdk-pixbuf/io-tiff.c
index 49ee7d110..b5b5f2e6f 100644
--- a/gdk-pixbuf/io-tiff.c
+++ b/gdk-pixbuf/io-tiff.c
@@ -218,8 +218,7 @@ tiff_image_parse (TIFF *tiff, TiffContext *context, GError **error)
if (w == 0 || h == 0)
return NULL;
- }
- }
+ }
pixels = g_try_malloc (bytes);