From 34bded30eb52f39b657e8183d0fd7ee80f66c313 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 17 Jul 2025 15:19:02 +0200 Subject: [PATCH] Fix typo --- src/compiler/compiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/compiler.c b/src/compiler/compiler.c index f1eb2ea33..88cf62280 100644 --- a/src/compiler/compiler.c +++ b/src/compiler/compiler.c @@ -1496,7 +1496,7 @@ void compile() expr_emails->const_expr.const_kind = CONST_UNTYPED_LIST; expr_names->type = type_untypedlist; expr_emails->type = type_untypedlist; - expr_names->resolve_status = expr_names->resolve_status = RESOLVE_DONE; + expr_names->resolve_status = expr_emails->resolve_status = RESOLVE_DONE; FOREACH(AuthorEntry, entry, compiler.build.authors) { Expr *const_name = expr_new_const_string(INVALID_SPAN, entry.author); // NOLINT