summaryrefslogtreecommitdiff
path: root/session_utils/new_empty_session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'session_utils/new_empty_session.cc')
-rw-r--r--session_utils/new_empty_session.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/session_utils/new_empty_session.cc b/session_utils/new_empty_session.cc
index 6dc0151d0b..b44c32fc20 100644
--- a/session_utils/new_empty_session.cc
+++ b/session_utils/new_empty_session.cc
@@ -70,11 +70,11 @@ int main (int argc, char* argv[])
case 'V':
printf ("ardour-utils version %s\n\n", VERSIONSTRING);
printf ("Copyright (C) GPL 2017 Robin Gareus <robin@gareus.org>\n");
- exit (0);
+ exit (EXIT_SUCCESS);
break;
case 'h':
- usage (0);
+ usage (EXIT_SUCCESS);
break;
default: