Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

Commit

Permalink
Remove fsync, which is wrong since it only takes an integer anyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
gameblabla committed Oct 11, 2019
1 parent 2d61d92 commit d1770aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/port/sdl/port.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ void config_save()
fprintf(f, "Bios %s\n", Config.Bios);
}

fsync(f);
fclose(f);
}

Expand Down

0 comments on commit d1770aa

Please sign in to comment.