w3m

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

commit 11fee806cfcb6f0820cb4588ba9aa7a7d1908f62
parent 325110610e18a6530e66c28a5a23fe055985c794
Author: ukai <ukai>
Date:   Mon,  1 Jul 2002 11:12:14 +0000

fix indent

Diffstat:
Mmain.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.c b/main.c @@ -3314,9 +3314,9 @@ lastA(void) if (!hl || hl->nmark == 0) return; - if( prec_num >= hl->nmark ) + if (prec_num >= hl->nmark) hseq = 0; - else if( prec_num > 0 ) + else if (prec_num > 0) hseq = hl->nmark - prec_num; do { if (hseq < 0)