w3m

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

commit dfafdb2a494fe9e5ad42687b83fd36bb5e6aae59
parent 9da2512f75a067a3600df774d532c59c7c7ba3e7
Author: ukai <ukai>
Date:   Fri, 14 Mar 2003 02:07:57 +0000

fix typo

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

diff --git a/url.c b/url.c @@ -994,7 +994,7 @@ parseURL2(char *url, ParsedURL *pu, ParsedURL *current) } } return; - }n + } if (pu->scheme == SCM_LOCAL) pu->file = file_quote(expandName(file_unquote(pu->file)));