| author | |
| committer | |
| log | f389e5373580a5a4ac48ccdb8da9dc951c01dee5 |
| tree | d9b6c8b8d69b982dcc76c2405a1e5aa7834988d9 |
| parent | 212449bc231047571ab27af0d1ae112ed0ffea47 |
1 files changed, 1 insertions(+), 1 deletions(-)
src-self-hosted/main.zig+1-1| ... | ... | @@ -734,7 +734,7 @@ fn cmdFmt(allocator: *Allocator, args: []const []const u8) !void { |
| 734 | 734 | defer file.close(); |
| 735 | 735 | |
| 736 | 736 | const source_code = io.readFileAlloc(allocator, file_path) catch |err| { |
| 737 | try stderr.print("unable to open '{}': {}", file_path, err); | |
| 737 | try stderr.print("unable to open '{}': {}\n", file_path, err); | |
| 738 | 738 | fmt_errors = true; |
| 739 | 739 | continue; |
| 740 | 740 | }; |