aboutsummaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-07-07 15:49:03 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-07-07 15:49:03 +0000
commit851c96514ff7e6ccb0c97f797c5e7bae3ab19799 (patch)
tree808cc4a7ef5eb25d71c357079934da72b12195c3 /image.c
parent[w3m-dev 03929] clear image (diff)
downloadw3m-851c96514ff7e6ccb0c97f797c5e7bae3ab19799.tar.gz
w3m-851c96514ff7e6ccb0c97f797c5e7bae3ab19799.zip
fix indent
Diffstat (limited to 'image.c')
-rw-r--r--image.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/image.c b/image.c
index aee940b..f799b14 100644
--- a/image.c
+++ b/image.c
@@ -1,4 +1,4 @@
-/* $Id: image.c,v 1.35 2003/07/07 15:48:16 ukai Exp $ */
+/* $Id: image.c,v 1.36 2003/07/07 15:49:03 ukai Exp $ */
#include "fm.h"
#include <sys/types.h>
@@ -228,7 +228,7 @@ clearImage()
for (j = 0; j < n_terminal_image; j++) {
i = &terminal_image[j];
if (!(i->cache->loaded & IMG_FLAG_LOADED &&
- i->width > 0 && i->height > 0))
+ i->width > 0 && i->height > 0))
continue;
sprintf(buf, "6;%d;%d;%d;%d\n", i->x, i->y, i->width, i->height);
fputs(buf, Imgdisplay_wf);