aboutsummaryrefslogtreecommitdiffstats
path: root/frame.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-03-15 19:02:40 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-03-15 19:02:40 +0000
commit0a01b79dcf678f9fcbd4884d9682e6f464812834 (patch)
treecd1ed89e59647631a67462c7b38ca665b08a1471 /frame.c
parentpart of [w3m-dev-en 00713] contrib: unofficial "current page info" patch, upd... (diff)
downloadw3m-0a01b79dcf678f9fcbd4884d9682e6f464812834.tar.gz
w3m-0a01b79dcf678f9fcbd4884d9682e6f464812834.zip
indent fix
Diffstat (limited to '')
-rw-r--r--frame.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/frame.c b/frame.c
index 9022025..9ec9201 100644
--- a/frame.c
+++ b/frame.c
@@ -1,4 +1,4 @@
-/* $Id: frame.c,v 1.13 2002/03/15 16:35:46 ukai Exp $ */
+/* $Id: frame.c,v 1.14 2002/03/15 19:02:40 ukai Exp $ */
#include "fm.h"
#include "parsetagx.h"
#include "myctype.h"
@@ -416,8 +416,8 @@ frame_download_source(struct frame_body *b, ParsedURL *currentURL,
}
else if ((buf->real_scheme != SCM_LOCAL)
#ifdef USE_IMAGE
- || (activeImage && !useExtImageViewer &&
- buf->real_type && !strncasecmp(buf->real_type, "image/", 6))
+ || (activeImage && !useExtImageViewer &&
+ buf->real_type && !strncasecmp(buf->real_type, "image/", 6))
#endif
) {
tmp = tmpfname(TMPF_FRAME, NULL);