]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/deprecated/doslex.c
fixed indentation in case there's only one cell on line
[wxWidgets.git] / contrib / src / deprecated / doslex.c
index f067467fa9788875ade73782763ca5ebe237f852..183785b110d2e6a4d390ac838e2182f679b6093a 100644 (file)
@@ -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
               {