Skip to content

Commit

Permalink
Update gen.zig
Browse files Browse the repository at this point in the history
Unmatched closing bracket.
  • Loading branch information
taylorh140 authored and mattnite committed Nov 15, 2024
1 parent 23a21ae commit 3c7bf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/regz/src/gen.zig
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ fn write_fields(
next.size,
});
try write_enum_fields(db, enum_id, writer);
try writer.writeAll("},\n},\n");
try writer.writeAll("},\n");
}
} else {
try writer.print("{}: u{},\n", .{ std.zig.fmtId(name), next.size });
Expand Down

0 comments on commit 3c7bf4b

Please sign in to comment.