Change return code to EXIT_SUCCESS.
This commit is contained in:
parent
140b727cc7
commit
f18a31c0df
|
@ -1,3 +1,5 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
int main(int argc, char** argv){
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user