Add missing return statement.

svn path=/trunk/netsurf/; revision=7633
This commit is contained in:
John Mark Bell 2009-05-29 23:00:34 +00:00
parent 7c0ded8972
commit 63d4f28487

View File

@ -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();