From d09d540fff56a930d7b6d2c94a2e43325a573c03 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 29 May 2009 23:02:59 +0000 Subject: Add missing return. svn path=/trunk/netsurf/; revision=7635 --- riscos/hotlist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/hotlist.c') diff --git a/riscos/hotlist.c b/riscos/hotlist.c index db2b0d47d..359268243 100644 --- a/riscos/hotlist.c +++ b/riscos/hotlist.c @@ -108,6 +108,7 @@ void ro_gui_hotlist_initialise(void) warn_user("NoMemory", 0); free(hotlist_tree); hotlist_tree = NULL; + return; } hotlist_tree->root->expanded = true; node = tree_create_folder_node(hotlist_tree->root, "NetSurf"); -- cgit v1.2.3