mirror of
https://github.com/ziglang/zig.git
synced 2026-01-10 01:15:14 +00:00
objcopy: fix typo
fixes aecc15391a4c37a4504d29cb7e3179990b180773 the usual last 'harmless' cosmetic ajustement before commit strikes again...
This commit is contained in:
parent
9135115573
commit
f7b82ed416
@ -124,7 +124,7 @@ pub fn cmdObjCopy(
|
||||
};
|
||||
|
||||
const mode = mode: {
|
||||
if (out_fmt != .elf or !only_keep_debug)
|
||||
if (out_fmt != .elf or only_keep_debug)
|
||||
break :mode fs.File.default_mode;
|
||||
if (in_file.stat()) |stat|
|
||||
break :mode stat.mode
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user