| author | |
| committer | |
| log | ab2b70f6c1f7261ae801be5118cb43e04b7d6a75 |
| tree | 440128c1b80c40f3c4b2f73319b74698e6d6d171 |
| parent | 9ea04f4f1ca2507c75f1d276c37028aa53bfa201 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/tapi.zig+1-1| ... | ... | @@ -36,7 +36,7 @@ pub const TbdV3 = struct { |
| 36 | 36 | pub const TbdV4 = struct { |
| 37 | 37 | tbd_version: u3, |
| 38 | 38 | targets: []const []const u8, |
| 39 | uuids: []const struct { | |
| 39 | uuids: ?[]const struct { | |
| 40 | 40 | target: []const u8, |
| 41 | 41 | value: []const u8, |
| 42 | 42 | }, |