diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-12-08 23:46:50 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-12-08 23:46:50 -0500 |
| commit | 03396b3caac1ab76dae5f672800aafb176d46cad (patch) | |
| tree | 82bab53cf670621b2cc08ea9ff743400f02f530b /lib | |
| parent | 5f9467d78f678932ec14946fc83ba50ad7fc2454 (diff) | |
| download | zig-03396b3caac1ab76dae5f672800aafb176d46cad.tar.gz zig-03396b3caac1ab76dae5f672800aafb176d46cad.zip | |
update docs to new fmt API
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/std/os/windows.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/os/windows.zig b/lib/std/os/windows.zig index 81855a992a..b7b1edeb89 100644 --- a/lib/std/os/windows.zig +++ b/lib/std/os/windows.zig @@ -323,7 +323,7 @@ pub fn GetQueuedCompletionStatus( ERROR.HANDLE_EOF => return GetQueuedCompletionStatusResult.EOF, else => |err| { if (std.debug.runtime_safety) { - std.debug.panic("unexpected error: {}\n", err); + std.debug.panic("unexpected error: {}\n", .{err}); } }, } |
