Skip to content

Commit

Permalink
zig: constants comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Sep 29, 2024
1 parent 4ce0d3a commit fa441d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindgen/ir/constant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ impl Constant {
Language::Zig => {
out.write(config.style.zig_def());
language_backend.write_literal(out, value);
out.write(";");
}
}

Expand Down

0 comments on commit fa441d7

Please sign in to comment.