Revert "RISC OS: Squash unused variable."

This reverts commit 7aa1dd601e.
This commit is contained in:
Vincent Sanders 2016-12-29 12:56:38 +00:00
parent e7598fb0b5
commit 5f32f9ddd6

View File

@ -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) &&