w3m

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

commit 57449ca0a0beab3e723e68495060111d3e483d1b
parent cb249cc96466be26a69cec3eaf3456fbbd7ecf63
Author: ukai <ukai>
Date:   Tue,  7 Jan 2003 15:56:41 +0000

fix indent

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

diff --git a/news.c b/news.c @@ -307,7 +307,7 @@ readNewsgroup(ParsedURL *pu) URLFile f; Buffer *buf; char *qgroup, *p, *q, *s, *t, *n; - char * volatile scheme, * volatile group, * volatile list; + char *volatile scheme, *volatile group, *volatile list; int status, i, first, last; volatile int flag = 0, start = 0, end = 0; char code = '\0';