X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=highscores.h;h=b096714cb9e8c16af1e93e0cf47322846ae9b134;hb=9fb26bfce5b8130703a8c31818783912c2b3dfac;hp=817a503870ef602ed543f81338873e2e5fc6238d;hpb=6eb7d6fbfc16c66c1d237a9d593730e75203695c;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/highscores.h b/highscores.h index 817a503..b096714 100644 --- a/highscores.h +++ b/highscores.h @@ -164,8 +164,7 @@ VG_STATIC int highscores_read(void) struct highscore_system *sys = &highscore_system; FILE *fp = fopen( ".aadb", "rb" ); - if( fp ) - { + if( fp ){ vg_info( "Loading existing database\n" ); u64 count = fread( &sys->dbheader, sizeof(highscore_database), 1, fp );