w3m

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

commit 220db5fc2474388878cebbb539b74cea038ef3e2
parent 693d9c4744471b4111d1ad9d21213d3aa1fe7946
Author: ukai <ukai>
Date:   Tue, 11 Feb 2003 10:36:17 +0000

fix indent

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

diff --git a/anchor.c b/anchor.c @@ -361,7 +361,7 @@ reAnchorAny(Buffer *buf, char *re, else break; } - next_line: + next_line: if (MarkAllPages && l->next == NULL && buf->pagerSource && !(buf->bufferprop & BP_CLOSE)) getNextPage(buf, PagerMax);