summaryrefslogtreecommitdiff
path: root/riscos/theme_install.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/theme_install.c')
-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 == ' ')