aboutsummaryrefslogtreecommitdiffstats
path: root/url.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-03-14 02:07:57 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-03-14 02:07:57 +0000
commite3a934956718c54b910ee53d97daa28343f03ef1 (patch)
tree725097e32018d550f1e224d97dd713e0ab8f5f9b /url.c
parent[w3m-dev 03823] Re: etc.c: treatment for "%7E" is added to expandName() (diff)
downloadw3m-e3a934956718c54b910ee53d97daa28343f03ef1.tar.gz
w3m-e3a934956718c54b910ee53d97daa28343f03ef1.zip
fix typo
Diffstat (limited to 'url.c')
-rw-r--r--url.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/url.c b/url.c
index 07b6e32..29d3d0a 100644
--- a/url.c
+++ b/url.c
@@ -1,4 +1,4 @@
-/* $Id: url.c,v 1.75 2003/03/13 17:47:52 ukai Exp $ */
+/* $Id: url.c,v 1.76 2003/03/14 02:07:57 ukai Exp $ */
#include "fm.h"
#include <sys/types.h>
#include <sys/socket.h>
@@ -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)));