summaryrefslogtreecommitdiff
path: root/riscos/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/theme.c')
-rw-r--r--riscos/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/theme.c b/riscos/theme.c
index 0954771ac..7b34641be 100644
--- a/riscos/theme.c
+++ b/riscos/theme.c
@@ -489,7 +489,7 @@ bool ro_gui_theme_open(struct theme_descriptor *descriptor, bool list) {
warn_user("MiscError", error->errmess);
continue;
}
- if (!strncmp(sprite_name, "throbber", 8))
+ if (strncmp(sprite_name, "throbber", 8))
continue;
/* get the max sprite width/height */