X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a410e4453e28ee77ee3ad7a407ca71692f9f30f..2d1d813e2dc392d2480a2dc9cdf61ce6330db72d:/contrib/src/deprecated/doslex.c diff --git a/contrib/src/deprecated/doslex.c b/contrib/src/deprecated/doslex.c index f067467fa9..183785b110 100644 --- a/contrib/src/deprecated/doslex.c +++ b/contrib/src/deprecated/doslex.c @@ -680,10 +680,10 @@ do_action: /* this label is used only to access EOF actions */ { loop: #ifdef __cplusplus - while (yyinput() != '*'); + while (yyinput() != '*') ; switch (yyinput()) #else - while (input() != '*'); + while (input() != '*') ; switch (input()) #endif {