Update ltx/ltx.odin
This commit is contained in:
+1
-1
@@ -355,7 +355,7 @@ ltx_error_to_string :: proc(error: Ltx_Error) -> string {
|
||||
case .CannotReadFile:
|
||||
return "cannot read file"
|
||||
}
|
||||
return ""
|
||||
return "unknown error"
|
||||
}
|
||||
|
||||
ltx_get_error :: proc(ltx: ^Ltx, error: Ltx_Error) -> string {
|
||||
|
||||
Reference in New Issue
Block a user