modifying the return value from main

This commit is contained in:
Diptanshu8 2017-06-28 07:57:44 +00:00
parent a0047a9d3e
commit 67204d8e3c

View File

@ -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;
}