summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 43e2f3a4e..69d5b2932 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -808,7 +808,7 @@ static char *path_to_url(const char *path)
* \return RISC OS pathname, allocated on heap, or 0 on failure
*/
-static char *url_to_path(const char *url)
+char *url_to_path(const char *url)
{
char *path;
char *filename;