diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-09-09 13:59:09 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-09-09 13:59:09 +0000 |
commit | 0317882329127ae64f1b0244b40fb94bfbe52132 (patch) | |
tree | e49ecce48c53c62c7d5d2fa91ea9533a0fdb6ce2 /w3mimg/x11 | |
parent | [w3m-dev 03299] remove file before copying (install-sh) (diff) | |
download | w3m-0317882329127ae64f1b0244b40fb94bfbe52132.tar.gz w3m-0317882329127ae64f1b0244b40fb94bfbe52132.zip |
fix indent
Diffstat (limited to 'w3mimg/x11')
-rw-r--r-- | w3mimg/x11/x11_w3mimg.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/w3mimg/x11/x11_w3mimg.c b/w3mimg/x11/x11_w3mimg.c index b4fe867..d36de0d 100644 --- a/w3mimg/x11/x11_w3mimg.c +++ b/w3mimg/x11/x11_w3mimg.c @@ -1,4 +1,4 @@ -/* $Id: x11_w3mimg.c,v 1.5 2002/07/22 16:17:32 ukai Exp $ */ +/* $Id: x11_w3mimg.c,v 1.6 2002/09/09 13:59:09 ukai Exp $ */ #include <stdio.h> #include <stdlib.h> #include <ctype.h> @@ -195,7 +195,8 @@ x11_free_image(w3mimg_op * self, W3MImage * img) } static int -x11_get_image_size(w3mimg_op * self, W3MImage * img, char *fname, int *w, int *h) +x11_get_image_size(w3mimg_op * self, W3MImage * img, char *fname, int *w, + int *h) { struct x11_info *xi; ImlibImage *im; |