summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-29 23:13:28 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-29 23:13:28 +0000
commit0fee18ebdcd0a129f2046cf2f99b20d7784c941a (patch)
tree6d11ffbf1a3953a1d09bbd2477625f2673f1e208 /riscos
parent1db6b5d93ed1cbbf60037186437ec2a8c24a2790 (diff)
downloadnetsurf-0fee18ebdcd0a129f2046cf2f99b20d7784c941a.tar.gz
netsurf-0fee18ebdcd0a129f2046cf2f99b20d7784c941a.tar.bz2
Add missing return statement.
svn path=/trunk/netsurf/; revision=7639
Diffstat (limited to 'riscos')
-rw-r--r--riscos/theme_install.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/theme_install.c b/riscos/theme_install.c
index 27cc69f7c..897023d7e 100644
--- a/riscos/theme_install.c
+++ b/riscos/theme_install.c
@@ -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 == ' ')