main returns now EXIT_SUCCESS
This commit is contained in:
parent
8a59ab9926
commit
856c68dc8d
1 changed files with 1 additions and 1 deletions
|
@ -529,6 +529,6 @@ main(int argc, char *argv[]) {
|
|||
process(buffer,buffer+strlen(buffer),1);
|
||||
putchar('\n');
|
||||
free(buffer);
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue