diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-03-15 19:02:40 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-03-15 19:02:40 +0000 |
commit | 0a01b79dcf678f9fcbd4884d9682e6f464812834 (patch) | |
tree | cd1ed89e59647631a67462c7b38ca665b08a1471 /buffer.c | |
parent | part of [w3m-dev-en 00713] contrib: unofficial "current page info" patch, upd... (diff) | |
download | w3m-0a01b79dcf678f9fcbd4884d9682e6f464812834.tar.gz w3m-0a01b79dcf678f9fcbd4884d9682e6f464812834.zip |
indent fix
Diffstat (limited to '')
-rw-r--r-- | buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: buffer.c,v 1.12 2002/03/14 16:12:05 ukai Exp $ */ +/* $Id: buffer.c,v 1.13 2002/03/15 19:02:40 ukai Exp $ */ #include "fm.h" #ifdef USE_MOUSE @@ -521,7 +521,7 @@ reshapeBuffer(Buffer *buf) #endif if (buf->search_header && buf->currentURL.scheme == SCM_LOCAL) { if (buf->header_source && (buf->mailcap_source || - !strcmp(buf->currentURL.file, "-"))) { + !strcmp(buf->currentURL.file, "-"))) { URLFile h; init_stream(&h, SCM_LOCAL, NULL); examineFile(buf->header_source, &h); |