From 63d4f28487db09ef82ad0acdb41e86a8b089dccc Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 29 May 2009 23:00:34 +0000 Subject: Add missing return statement. svn path=/trunk/netsurf/; revision=7633 --- riscos/global_history.c | 1 + 1 file changed, 1 insertion(+) diff --git a/riscos/global_history.c b/riscos/global_history.c index 0793a0104..5cccae0b4 100644 --- a/riscos/global_history.c +++ b/riscos/global_history.c @@ -98,6 +98,7 @@ void ro_gui_global_history_initialise(void) warn_user("NoMemory", 0); free(global_history_tree); global_history_tree = NULL; + return; } global_history_tree->root->expanded = true; ro_gui_global_history_initialise_nodes(); -- cgit v1.2.3