Usage of EXIT_SUCCESS/FAILURE instead of hard-coded values
This commit is contained in:
@@ -114,5 +114,5 @@ int main(int argc, char** const argv) {
|
||||
Params params;
|
||||
params.getopt(argc, argv);
|
||||
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user