diff --git a/src/bin/ui/ui_cpu.c b/src/bin/ui/ui_cpu.c index d055138..433d6d4 100644 --- a/src/bin/ui/ui_cpu.c +++ b/src/bin/ui/ui_cpu.c @@ -91,7 +91,7 @@ animator(void *data) { for (x = 0; x < w; x++) { - if ((x == (w - anim->pos))) + if (x == (w - anim->pos)) { *(pixels) = COLOR_BG; }