diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-24 15:47:49 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-24 15:47:49 +0000 |
commit | be3a582bd49a2a75529c632e357a2e5caa54cfbc (patch) | |
tree | 5ea8b4c62fb6497130e41667725f568ecf4e5c5f /w3mimg/fb/fb_gdkpixbuf.c | |
parent | [w3m-dev 03829] w3mimgdisplay -anim (diff) | |
download | w3m-be3a582bd49a2a75529c632e357a2e5caa54cfbc.tar.gz w3m-be3a582bd49a2a75529c632e357a2e5caa54cfbc.zip |
fix indent
Diffstat (limited to '')
-rw-r--r-- | w3mimg/fb/fb_gdkpixbuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/w3mimg/fb/fb_gdkpixbuf.c b/w3mimg/fb/fb_gdkpixbuf.c index e0c1775..75ad599 100644 --- a/w3mimg/fb/fb_gdkpixbuf.c +++ b/w3mimg/fb/fb_gdkpixbuf.c @@ -1,4 +1,4 @@ -/* $Id: fb_gdkpixbuf.c,v 1.9 2003/03/24 15:45:59 ukai Exp $ */ +/* $Id: fb_gdkpixbuf.c,v 1.10 2003/03/24 15:47:49 ukai Exp $ */ /************************************************************************** fb_gdkpixbuf.c 0.3 Copyright (C) 2002, hito **************************************************************************/ @@ -45,7 +45,7 @@ fb_image_load(char *filename, int w, int h, int max_anim) fh = gdk_pixbuf_animation_get_height(animation); n = gdk_pixbuf_animation_get_num_frames(animation); if (max_anim > 0) { - n = (max_anim > n)? n : max_anim; + n = (max_anim > n) ? n : max_anim; } if (w < 1 || h < 1) { w = fw; |