From b780cff8e43bb9834ecd44f33ae8d33bb8528d82 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 19 Feb 2026 23:58:49 -0500 Subject: Code cleanup --- src/compile/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compile/cli.c') diff --git a/src/compile/cli.c b/src/compile/cli.c index ade6caa7..64abe2e7 100644 --- a/src/compile/cli.c +++ b/src/compile/cli.c @@ -13,7 +13,7 @@ static Text_t get_flag_options(type_t *t, Text_t separator) { if (t->tag == BoolType) { return Text("yes|no"); - } else if (t == PATH_TYPE) { + } else if (t->tag == PathType) { return Text("path"); } else if (t->tag == EnumType) { Text_t options = EMPTY_TEXT; -- cgit v1.2.3