Fix copy-replace errors

This commit is contained in:
gingerBill
2024-08-04 11:10:17 +01:00
parent 9f9abb8fb3
commit 1826b0c700
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ _error_string :: proc(errno: i32) -> string {
return "<unknown platform error>"
}
_get_platform_Platform_Error :: proc() -> Error {
_get_platform_error :: proc() -> Error {
err := win32.GetLastError()
if err == 0 {
return nil