Skip to content

Commit

Permalink
Fix class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jadoc committed Oct 20, 2024
1 parent 69d4e35 commit e7648fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/unix/file_access_unix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Error FileAccessUnix::open_internal(const String &p_path, int p_mode_flags) {
return OK;
}

void FileAccessWindows::_sync() {
void FileAccessUnix::_sync() {
ERR_FAIL_NULL(f);

fflush(f);
Expand Down

0 comments on commit e7648fa

Please sign in to comment.