Skip to content

Commit

Permalink
Fix class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jadoc committed Sep 2, 2024
1 parent ff302fb commit 263a274
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 263a274

Please sign in to comment.