summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-09-11 20:51:08 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-09-11 20:51:08 +0000
commit8900d3a803d41973f75e3d5996ea15ca0da7999e (patch)
tree3a884f48bf6d51506bb02b2de44b4d5489f52d30 /riscos
parentfaca1687ceac7c07daf5478071361fe98aa4cafe (diff)
downloadnetsurf-8900d3a803d41973f75e3d5996ea15ca0da7999e.tar.gz
netsurf-8900d3a803d41973f75e3d5996ea15ca0da7999e.tar.bz2
missing declaration
svn path=/trunk/netsurf/; revision=10757
Diffstat (limited to 'riscos')
-rw-r--r--riscos/gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 10f5eaaea..a53c7740e 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -2113,6 +2113,7 @@ char *path_to_url(const char *path)
char *url_to_path(const char *url)
{
char *path;
+ char *filename;
char *respath;
url_func_result res; /* result from url routines */
char *r;