w3m

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

commit 0ee98d5aa31b04f4cd1926d93925dd102e61cd81
parent ed6eee18dcf39b05d3a649552b6054f262faeb7d
Author: ukai <ukai>
Date:   Thu, 13 Mar 2003 15:33:40 +0000

fix indent

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

diff --git a/mktable.c b/mktable.c @@ -50,7 +50,7 @@ main(int argc, char *argv[], char **envp) } p = argv[2]; if (strrchr(p, '/') != NULL) - p = strrchr(p, '/')+1; + p = strrchr(p, '/') + 1; fbase = Strnew_charp(p); if (strchr(fbase->ptr, '.')) while (Strlastchar(fbase) != '.')