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/w3mimg.h | |
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/w3mimg.h')
-rw-r--r-- | w3mimg/w3mimg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/w3mimg/w3mimg.h b/w3mimg/w3mimg.h index 4c8f404..639d41c 100644 --- a/w3mimg/w3mimg.h +++ b/w3mimg/w3mimg.h @@ -1,4 +1,4 @@ -/* $Id: w3mimg.h,v 1.4 2002/07/22 16:17:32 ukai Exp $ */ +/* $Id: w3mimg.h,v 1.5 2002/09/09 13:59:24 ukai Exp $ */ #include "config.h" #ifdef USE_W3MIMG_FB @@ -29,7 +29,7 @@ typedef struct _w3mimg_op { int (*show_image) (struct _w3mimg_op * self, W3MImage * img, int sx, int sy, int sw, int sh, int x, int y); void (*free_image) (struct _w3mimg_op * self, W3MImage * img); - int (*get_image_size) (struct _w3mimg_op * self, W3MImage * img, + int (*get_image_size) (struct _w3mimg_op * self, W3MImage * img, char *fname, int *w, int *h); } w3mimg_op; |