From 5f32f9ddd61ebd873ebb825c6e32d82e8965d840 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 29 Dec 2016 12:56:38 +0000 Subject: Revert "RISC OS: Squash unused variable." This reverts commit 7aa1dd601e40d0684efbdd53b6ce5109846fcc37. --- frontends/riscos/hotlist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/riscos') 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) && -- cgit v1.2.3