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
@@ -15,7 +15,7 @@ to_reader :: to_stream
@(private)
error_to_io_Platform_Error :: proc(ferr: Error) -> io.Error {
error_to_io_error :: proc(ferr: Error) -> io.Error {
if ferr == nil {
return .None
}