elfctl: fix typo from last-minute refactoring
Reported by: jkim
Fixes: 86f33b5fcf
This commit is contained in:
parent
86f33b5fcf
commit
f302fd1aa6
@ -261,7 +261,7 @@ convert_to_feature_val(char *feature_str, uint32_t *feature_val)
|
||||
warn("%s invalid", feature);
|
||||
return (false);
|
||||
}
|
||||
input != val;
|
||||
input |= val;
|
||||
} else {
|
||||
warnx("%s is not a valid feature", feature);
|
||||
if (!iflag)
|
||||
|
Loading…
Reference in New Issue
Block a user