| author | |
| committer | |
| log | 0d31877444bf6c21307dfd3c412f9673dfd8acab |
| tree | bc6d1c83e0b4b1d138829a53243d626e14ef3a63 |
| parent | 0962cc5a32a9d48e408ee0cfc95d2b2a533b8c1d |
| signature | Signed by PGP key 4AEE18F83AFDEB23 |
Co-authored-by: Veikka Tuominen <git@vexu.eu>
Co-authored-by: Joachim Schmidt <joachim.schmidt557@outlook.com>1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/build.zig+1-1| ... | ... | @@ -1710,7 +1710,7 @@ pub const LibExeObjStep = struct { |
| 1710 | 1710 | inline for (enum_info.fields) |field| { |
| 1711 | 1711 | out.print(" {},\n", .{field.name}) catch unreachable; |
| 1712 | 1712 | } |
| 1713 | out.print("}};\n", .{}) catch unreachable; | |
| 1713 | out.writeAll("};\n") catch unreachable; | |
| 1714 | 1714 | }, |
| 1715 | 1715 | else => {}, |
| 1716 | 1716 | } |