mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Change General_Error.OK to nil
This commit is contained in:
@@ -17,7 +17,6 @@ Error :: union {
|
||||
}
|
||||
|
||||
General_Error :: enum {
|
||||
OK = 0,
|
||||
File_Not_Found,
|
||||
Cannot_Open_File,
|
||||
File_Too_Short,
|
||||
|
||||
Reference in New Issue
Block a user