Skip to content

Commit

Permalink
unicode for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
z1fire committed Nov 30, 2024
1 parent 63cd638 commit 6cabafc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/commands/init.zig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const args = @import("args");

const util = @import("../util.zig");
const cli = @import("../cli.zig");
const uPrint = @import("unicodeprint.zig");
const uPrint = @import("library/unicodeprint.zig");
const init_data = @import("init_data").init_data;

/// Command line options for the `init` command.
Expand Down
File renamed without changes.

0 comments on commit 6cabafc

Please sign in to comment.