From 6c6bd717c30d0b0b69429fba09cfd9dfd5718c96 Mon Sep 17 00:00:00 2001 From: Paul W Date: Mon, 27 Apr 2026 00:22:40 +0000 Subject: [PATCH] Update ltx/ltx.odin --- ltx/ltx.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltx/ltx.odin b/ltx/ltx.odin index 7dfdf1d..a623ef4 100644 --- a/ltx/ltx.odin +++ b/ltx/ltx.odin @@ -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 {