From 8d0254e407595db30c65fde9bd7bd4cdd7d94ed4 Mon Sep 17 00:00:00 2001 From: Creeper Lv Date: Tue, 26 May 2026 17:04:43 +1000 Subject: [PATCH] Updated scc_core.h --- Headers/scc_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Headers/scc_core.h b/Headers/scc_core.h index 540b622..81aa32e 100644 --- a/Headers/scc_core.h +++ b/Headers/scc_core.h @@ -25,7 +25,7 @@ typedef struct scc_options typedef struct scc_matching { char **match_ids; - uint64_t match_ids; + uint64_t match_id_count; char *target_syntax_id; char **using_match_id; uint64_t using_match_id_count;