w3m

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

commit 8b3d1a24dc460333a78cd8968008711ad5b0aad3
parent 2647db2a106b0ced7956d04f16186de87af66552
Author: ukai <ukai>
Date:   Tue, 29 Jan 2002 19:16:00 +0000

indent

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

diff --git a/mktable.c b/mktable.c @@ -19,7 +19,7 @@ defhash(HashItem_ss *, int, hss_i) static unsigned long hashfunc(HashItem_ss * x) { - return (unsigned long) x; + return (unsigned long)x; } /* *INDENT-OFF* */