Skip to content

Commit

Permalink
Merge pull request #18 from joshua-software-dev/main
Browse files Browse the repository at this point in the history
Update for zig master change
  • Loading branch information
prajwalch authored Apr 3, 2024
2 parents 3907ac6 + 98caf4c commit d8d5695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.zig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub const YazapError = error{ InvalidCmdLine, Overflow }
|| WriteError;
// zig fmt: on
pub const AllocatorError = std.mem.Allocator.Error;
pub const WriteError = std.os.WriteError;
pub const WriteError = std.posix.WriteError;
pub const ParseError = error{
UnknownFlag,
UnknownCommand,
Expand Down

0 comments on commit d8d5695

Please sign in to comment.