diff --git a/src/Compilation.zig b/src/Compilation.zig index b3ae4e787d..6964ae6bea 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -4812,7 +4812,7 @@ pub fn generateBuiltinZigSource(comp: *Compilation, allocator: Allocator) Alloca ); switch (target.os.getVersionRange()) { - .none => try buffer.appendSlice(" .none = {} }\n"), + .none => try buffer.appendSlice(" .none = {} },\n"), .semver => |semver| try buffer.writer().print( \\ .semver = .{{ \\ .min = .{{