mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 20:01:42 +00:00
modifying the return value from main
This commit is contained in:
parent
a0047a9d3e
commit
67204d8e3c
@ -497,6 +497,5 @@ int main(int argc, char* argv[]){
|
||||
|
||||
int compile_ret = compile_params(api_options,argc);
|
||||
int start_ret = api_start(*api_options);
|
||||
|
||||
return start_ret ? EXIT_OK : EXIT_NO_CAPTIONS;
|
||||
return start_ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user