Skip to content

Commit 276353d

Browse files
committed
fix typo
1 parent 85e3919 commit 276353d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/chmod.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! POSIX only.
44

55
pub fn main() !void {
6-
const args = std.process.args();
6+
var args = std.process.args();
77
_ = args.skip();
88
while (args.next()) |path| {
99
const file = std.fs.cwd().openFile(path, .{ .mode = .read_write }) catch |err|

0 commit comments

Comments
 (0)