elfctl: fix typo from last-minute refactoring

Reported by:	jkim
Fixes:		86f33b5fcf
This commit is contained in:
Ed Maste 2021-01-22 16:23:12 -05:00
parent 86f33b5fcf
commit f302fd1aa6

View File

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