server changes
[carveJwlIkooP6JGAAIwe30JlM.git] / highscores.h
index 817a503870ef602ed543f81338873e2e5fc6238d..b096714cb9e8c16af1e93e0cf47322846ae9b134 100644 (file)
@@ -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 );