w3m

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

commit ec66444cc2817b07c883c33eecc68e00c78c1ac0
parent a82b08e791741db37bd3f70b3fc19cd3bf08c24a
Author: ukai <ukai>
Date:   Tue, 27 Aug 2002 16:25:54 +0000

run indent

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

diff --git a/file.c b/file.c @@ -5811,7 +5811,7 @@ convert_size2(clen_t size1, clen_t size2, int usefloat) } void -showProgress(clen_t *linelen, clen_t *trbyte) +showProgress(clen_t * linelen, clen_t * trbyte) { int i, j, rate, duration, eta, pos; static time_t last_time, start_time;