From 63d40026f76ab55427ea76e4887cd37ac3d70451 Mon Sep 17 00:00:00 2001 From: Khang Date: Sun, 17 Aug 2025 12:04:58 -0400 Subject: [PATCH] Fix bad format for ECL ins_559 --- thecl/thecl10.c | 1 + 1 file changed, 1 insertion(+) diff --git a/thecl/thecl10.c b/thecl/thecl10.c index efc6911..c351661 100644 --- a/thecl/thecl10.c +++ b/thecl/thecl10.c @@ -1093,6 +1093,7 @@ static const id_format_pair_t th20_fmts[] = { { 546, "S" }, { 547, "S" }, { 548, "" }, + { 559, "f" }, { 564, "" }, { 565, "" }, { 566, "S" },