aboutsummaryrefslogtreecommitdiffstats
path: root/w3mimg/fb
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-06-13 15:03:35 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-06-13 15:03:35 +0000
commit73c3738780766836546f3fd67de6ad306aa86424 (patch)
tree981350755bc157189ca94cad8aadc2d787258ddd /w3mimg/fb
parent[w3m-dev 03913] fix gif animation support (diff)
downloadw3m-73c3738780766836546f3fd67de6ad306aa86424.tar.gz
w3m-73c3738780766836546f3fd67de6ad306aa86424.zip
fix indent
Diffstat (limited to 'w3mimg/fb')
-rw-r--r--w3mimg/fb/fb_gdkpixbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/w3mimg/fb/fb_gdkpixbuf.c b/w3mimg/fb/fb_gdkpixbuf.c
index cc986d1..e615da6 100644
--- a/w3mimg/fb/fb_gdkpixbuf.c
+++ b/w3mimg/fb/fb_gdkpixbuf.c
@@ -1,4 +1,4 @@
-/* $Id: fb_gdkpixbuf.c,v 1.15 2003/06/13 15:03:05 ukai Exp $ */
+/* $Id: fb_gdkpixbuf.c,v 1.16 2003/06/13 15:03:35 ukai Exp $ */
/**************************************************************************
fb_gdkpixbuf.c 0.3 Copyright (C) 2002, hito
**************************************************************************/
@@ -159,7 +159,7 @@ fb_image_load(char *filename, int w, int h, int max_anim)
}
END:
if (tmp_image)
- fb_image_free(tmp_image);
+ fb_image_free(tmp_image);
gdk_pixbuf_animation_unref(animation);
return fb_frame;
}