From 8900d3a803d41973f75e3d5996ea15ca0da7999e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 11 Sep 2010 20:51:08 +0000 Subject: missing declaration svn path=/trunk/netsurf/; revision=10757 --- riscos/gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos') 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; -- cgit v1.2.3