Skip to content

Commit

Permalink
zacho: actually print binding name
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Dec 12, 2023
1 parent 6cb856c commit 0caa0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZachO.zig
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ fn printBindInfo(self: ZachO, data: []const u8, writer: anytype) !void {
try writer.print("{s}", .{dylib_name});
},
}
try writer.writeAll(")\n");
try writer.print(") {s}\n", .{binding.name});
}
}

Expand Down

0 comments on commit 0caa0b8

Please sign in to comment.