summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
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;