diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-01-17 17:30:59 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-01-17 17:30:59 +0000 |
commit | f9d2c51643ebd4cc68754c264d46238e262ea279 (patch) | |
tree | 3c5b1358fa477feef3f60f2b3daa2432b9ac67cd | |
parent | [w3m-dev 03652] Re: Debian bug #176981 (diff) | |
download | w3m-f9d2c51643ebd4cc68754c264d46238e262ea279.tar.gz w3m-f9d2c51643ebd4cc68754c264d46238e262ea279.zip |
fix indent
-rw-r--r-- | file.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.191 2003/01/17 17:30:01 ukai Exp $ */ +/* $Id: file.c,v 1.192 2003/01/17 17:30:59 ukai Exp $ */ #include "fm.h" #include <sys/types.h> #include "myctype.h" @@ -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) { |