Correct #sparse usage and error messages

This commit is contained in:
gingerBill
2022-02-05 13:09:16 +00:00
parent 2bcc7b0064
commit 6418ec3b21
4 changed files with 25 additions and 8 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ Error :: enum int {
Unimplemented = 127,
}
Error_String :: #partial [Error]string{
Error_String :: #sparse[Error]string{
.Okay = "Okay",
.Out_Of_Memory = "Out of memory",
.Invalid_Pointer = "Invalid pointer",