Probe: code cleanup

This commit is contained in:
Pierre Pronchery 2022-05-18 00:24:00 +02:00
parent 13c7936567
commit 242dac01ff

View File

@ -910,5 +910,5 @@ int main(int argc, char * argv[])
}
if(optind != argc)
return _usage();
return _probe(options) == 0 ? 0 : 2;
return (_probe(options) == 0) ? 0 : 2;
}