summaryrefslogtreecommitdiff
path: root/riscos/uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/uri.c')
-rw-r--r--riscos/uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/uri.c b/riscos/uri.c
index 2c45d75a9..0e4c0b867 100644
--- a/riscos/uri.c
+++ b/riscos/uri.c
@@ -82,7 +82,7 @@ void ro_uri_message_received(wimp_message *msg)
nsurl_unref(url);
}
if (error != NSERROR_OK) {
- warn_user(messages_get_errorcode(error), 0);
+ ro_warn_user(messages_get_errorcode(error), 0);
}
}