mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 04:11:38 +00:00
changing the return status to EXIT_ON
This commit is contained in:
parent
cf4aa9021d
commit
a0047a9d3e
@ -498,5 +498,5 @@ int main(int argc, char* argv[]){
|
||||
int compile_ret = compile_params(api_options,argc);
|
||||
int start_ret = api_start(*api_options);
|
||||
|
||||
return 1;
|
||||
return start_ret ? EXIT_OK : EXIT_NO_CAPTIONS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user