Probe: code cleanup
This commit is contained in:
parent
13c7936567
commit
242dac01ff
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user