This commit is contained in:
nub31
2026-03-10 17:53:42 +01:00
parent 6507624e90
commit 2ab20652f8
3 changed files with 10 additions and 6 deletions

View File

@@ -721,7 +721,7 @@ static inline string *string_from_cstr(char *cstr)
if (value != null)
writer.WriteLine($", .{enumVariantType.Variant} = {value} }};");
else
writer.WriteLine(" }};");
writer.WriteLine(" };");
return name;
}