w3m

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

commit ceaffe2ee1f17abc9450f3dcdf1d8729348a27ef
parent 1ccdb2bdfa6b378cfc7f95ca5283cda62ca47303
Author: ukai <ukai>
Date:   Fri, 17 Jan 2003 17:30:59 +0000

fix indent

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

diff --git a/file.c b/file.c @@ -1492,7 +1492,7 @@ same_url_p(ParsedURL *pu1, ParsedURL *pu2) && (pu1->file ? pu2-> file ? !strcmp(pu1->file, pu2->file) : 0 : 1)); } - + static int checkRedirection(ParsedURL *pu) {