summaryrefslogtreecommitdiff
path: root/riscos/wimp.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/wimp.c')
-rw-r--r--riscos/wimp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/wimp.c b/riscos/wimp.c
index a45454606..cc22c1091 100644
--- a/riscos/wimp.c
+++ b/riscos/wimp.c
@@ -424,7 +424,7 @@ void ro_gui_set_icon_decimal(wimp_w w, wimp_i i, int value, int decimal_places)
sprintf(buffer, "%.2f", (float)value / 100);
break;
default:
- assert("Unsupported decimal format");
+ assert(!"Unsupported decimal format");
break;
}
ro_gui_set_icon_string(w, i, buffer);