nonlocal stuff again
[carveJwlIkooP6JGAAIwe30JlM.git] / highscores.h
index f49537fb7b0f428b0e204623236b1f8583e777c5..079e4d8d69af2befbed093ddbb2a5b4ddb20f6d0 100644 (file)
@@ -482,8 +482,7 @@ VG_STATIC void highscore_strr( char *buf, const char *str, int len, int width )
 VG_STATIC void highscore_intr( char *buf, int value, int len, char alt )
 {
    int i=0;
-   while(value)
-   {
+   while(value){
       if( i>=len ) 
          return;