diff --git a/src/bin/e_alert.c b/src/bin/e_alert.c index a19abe07e..62846ec0c 100644 --- a/src/bin/e_alert.c +++ b/src/bin/e_alert.c @@ -145,7 +145,7 @@ e_alert_show(const char *text) XSync(dd, False); button = 0; - for (; button == 0;) + while (button == 0) { XNextEvent(dd, &ev); switch (ev.type)