mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Use exit-status macros for compatibility 1/3
This commit is contained in:
parent
bd8897686a
commit
dbc0c54ced
6 changed files with 22 additions and 23 deletions
|
|
@ -287,11 +287,11 @@ int main (int argc, char* argv[])
|
|||
case 'V':
|
||||
printf ("ardour-utils version %s\n\n", VERSIONSTRING);
|
||||
printf ("Copyright (C) GPL 2015,2017 Robin Gareus <robin@gareus.org>\n");
|
||||
exit (0);
|
||||
exit (EXIT_SUCCESS);
|
||||
break;
|
||||
|
||||
case 'h':
|
||||
usage (0);
|
||||
usage (EXIT_SUCCESS);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue