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