summaryrefslogtreecommitdiff
path: root/frontends/riscos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-12-29 12:56:38 +0000
committerVincent Sanders <vince@kyllikki.org>2016-12-29 12:56:38 +0000
commit5f32f9ddd61ebd873ebb825c6e32d82e8965d840 (patch)
treea065d38a3d1e2cf7a50d1c746488214ccc777af1 /frontends/riscos
parente7598fb0b5c83fddca34d9f1adeb3c0989ce9ae5 (diff)
downloadnetsurf-5f32f9ddd61ebd873ebb825c6e32d82e8965d840.tar.gz
netsurf-5f32f9ddd61ebd873ebb825c6e32d82e8965d840.tar.bz2
Revert "RISC OS: Squash unused variable."
This reverts commit 7aa1dd601e40d0684efbdd53b6ce5109846fcc37.
Diffstat (limited to 'frontends/riscos')
-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) &&