mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-16 06:24:24 +03:00
Add missing return statement.
svn path=/trunk/netsurf/; revision=7633
This commit is contained in:
parent
7c0ded8972
commit
63d4f28487
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user