aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)));