1
0

Update ltx/ltx.odin

This commit is contained in:
2026-04-27 00:22:40 +00:00
parent 2179b14048
commit 6c6bd717c3
+1 -1
View File
@@ -355,7 +355,7 @@ ltx_error_to_string :: proc(error: Ltx_Error) -> string {
case .CannotReadFile: case .CannotReadFile:
return "cannot read file" return "cannot read file"
} }
return "" return "unknown error"
} }
ltx_get_error :: proc(ltx: ^Ltx, error: Ltx_Error) -> string { ltx_get_error :: proc(ltx: ^Ltx, error: Ltx_Error) -> string {