summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontends/riscos/hotlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/riscos/hotlist.c b/frontends/riscos/hotlist.c
index 15c5f5488..24ced69b5 100644
--- a/frontends/riscos/hotlist.c
+++ b/frontends/riscos/hotlist.c
@@ -532,6 +532,8 @@ static nserror ro_hotlist_init(void)
/* exported interface documented in riscos/hotlist.h */
nserror ro_gui_hotlist_present(void)
{
+ nserror res;
+
/* deal with external hotlist handler */
if (nsoption_bool(external_hotlists) &&
(nsoption_charp(external_hotlist_app) != NULL) &&