aboutsummaryrefslogtreecommitdiffstats
path: root/buffer.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 /buffer.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--buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/buffer.c b/buffer.c
index 183175b..2f45355 100644
--- a/buffer.c
+++ b/buffer.c
@@ -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);