Stop using TRUE and FALSE for exit status.
This commit is contained in:
@@ -45,5 +45,5 @@ extern int basename_main(int argc, char **argv)
|
||||
s[m-n] = '\0';
|
||||
}
|
||||
printf("%s\n", s);
|
||||
return(TRUE);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user