w3m

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

commit c8e726485fd9a2d863aee1cbaf97b368542c228d
parent f73d9d09c7ad03704b000b5cccf64f1398b84788
Author: ukai <ukai>
Date:   Thu, 26 Dec 2002 15:25:04 +0000

fix indent

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

diff --git a/file.c b/file.c @@ -1661,7 +1661,7 @@ loadGeneralFile(char *path, ParsedURL *volatile current, char *referer, t = checkContentType(t_buf); if (t == NULL && pu.file != NULL) { if (!((http_response_code >= 400 && http_response_code <= 407) || - (http_response_code >= 500 && http_response_code <= 505))) + (http_response_code >= 500 && http_response_code <= 505))) t = guessContentType(pu.file); } if (t == NULL)