X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=highscores.h;h=079e4d8d69af2befbed093ddbb2a5b4ddb20f6d0;hb=223e75026f958029f9664380ed20a5daa3ee2ae7;hp=f49537fb7b0f428b0e204623236b1f8583e777c5;hpb=5430d708f058626a6c8fed7dd2aa8ba5f0a06c84;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/highscores.h b/highscores.h index f49537f..079e4d8 100644 --- a/highscores.h +++ b/highscores.h @@ -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;