Stop using TRUE and FALSE for exit status.
This commit is contained in:
@ -241,5 +241,5 @@ extern int cut_main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user