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
@@ -142,7 +142,7 @@ _errno_strings : [linux.Errno]string = {
}
_get_platform_Platform_Error :: proc(errno: linux.Errno) -> Error {
_get_platform_error :: proc(errno: linux.Errno) -> Error {
#partial switch errno {
case .NONE:
return nil