w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 5b44935de09ff4af259a67758dc933e499847e14
parent 414449af90a6a66b1dfa32e864d43ede95bc27f1
Author: ukai <ukai>
Date:   Fri, 10 Jan 2003 16:11:01 +0000

fix indent

Diffstat:
Mbuffer.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buffer.c b/buffer.c @@ -540,7 +540,7 @@ reshapeBuffer(Buffer *buf) readHeader(&h, buf, TRUE, NULL); UFclose(&h); } - } + } else if (buf->search_header) /* -m option */ readHeader(&f, buf, TRUE, NULL); }