Add missing return statement.
svn path=/trunk/netsurf/; revision=7639
This commit is contained in:
parent
1db6b5d93e
commit
0fee18ebdc
|
@ -184,6 +184,7 @@ bool ro_gui_theme_install_apply(wimp_w w)
|
|||
if (!theme_file) {
|
||||
LOG(("malloc failed"));
|
||||
warn_user("NoMemory", 0);
|
||||
return false;
|
||||
}
|
||||
for (fix = theme_file; *fix != '\0'; fix++)
|
||||
if (*fix == ' ')
|
||||
|
|
Loading…
Reference in New Issue