strcmp(1): fixes typo
This commit is contained in:
parent
1003c82d23
commit
a693ced9d9
@ -30,7 +30,7 @@ int main(int argc, char *argv[]) {
|
||||
int i;
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
if (pledge("stdio", NULL) != -1) {
|
||||
if (pledge("stdio", NULL) == -1) {
|
||||
perror(program_name);
|
||||
return EX_OSERR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user