Add missing return statement.

svn path=/trunk/netsurf/; revision=7639
This commit is contained in:
John Mark Bell 2009-05-29 23:13:28 +00:00
parent 1db6b5d93e
commit 0fee18ebdc
1 changed files with 1 additions and 0 deletions

View File

@ -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 == ' ')