Update fs.

This commit is contained in:
David Reid
2025-02-19 12:01:22 +10:00
parent 466a1354ce
commit b40803cf97
+1 -1
View File
@@ -22,7 +22,7 @@ static fs_result fs_result_from_GetLastError(DWORD error)
default: break;
}
return EINVAL;
return FS_ERROR;
}
#endif