From 0fee18ebdcd0a129f2046cf2f99b20d7784c941a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 29 May 2009 23:13:28 +0000 Subject: Add missing return statement. svn path=/trunk/netsurf/; revision=7639 --- riscos/theme_install.c | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos') 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 == ' ') -- cgit v1.2.3