| author | |
| committer | |
| log | 101d21a6dcfe8fbc707744c941413ddd32e14035 |
| tree | d58774881797d3d59d41094d6379b6854255cd0d |
| parent | 14c8e270bb47c4e10ee3392661d4c62ab5c2f89d |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Build/Cache/Path.zig+1-1| ... | ... | @@ -149,7 +149,7 @@ pub fn format( |
| 149 | 149 | const stringEscape = std.zig.stringEscape; |
| 150 | 150 | const f = switch (fmt_string[0]) { |
| 151 | 151 | 'q' => "", |
| 152 | '\'' => '\'', | |
| 152 | '\'' => "\'", | |
| 153 | 153 | else => @compileError("unsupported format string: " ++ fmt_string), |
| 154 | 154 | }; |
| 155 | 155 | if (self.root_dir.path) |p| { |