objcopy: fix typo

fixes aecc15391a4c37a4504d29cb7e3179990b180773
the usual last 'harmless' cosmetic ajustement before commit strikes again...
This commit is contained in:
Xavier Bouchoux 2023-08-15 06:09:14 +00:00 committed by Andrew Kelley
parent 9135115573
commit f7b82ed416

View File

@ -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