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 Oct 21, 2024
1 parent 6eef8b2 commit 358fd9c
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 358fd9c

Please sign in to comment.