Properly return EXIT_SUCCESS upon success.
This commit is contained in:
parent
7fd42a2290
commit
1a0841ee4b
1 changed files with 1 additions and 1 deletions
|
@ -60,5 +60,5 @@ main(int argc, char* argv[])
|
|||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue