summaryrefslogtreecommitdiff
path: root/gtk2_ardour/actions.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-07-04 22:21:49 +0200
committerRobin Gareus <robin@gareus.org>2019-07-04 22:21:49 +0200
commit8f9a1e1cf40bd6c4bb124444e4fb897432139b37 (patch)
treef280e3e5b8977b5647bf23d764675737c90542c2 /gtk2_ardour/actions.cc
parente76e18af961273cd7a275d5f17e2eeb836631010 (diff)
Use exit-status macros for compatibility 3/3
Diffstat (limited to 'gtk2_ardour/actions.cc')
-rw-r--r--gtk2_ardour/actions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/actions.cc b/gtk2_ardour/actions.cc
index dea2c1c213..1d10ffaf54 100644
--- a/gtk2_ardour/actions.cc
+++ b/gtk2_ardour/actions.cc
@@ -90,7 +90,7 @@ ActionManager::load_menus (const string& menus_file)
if (!loaded) {
cerr << string_compose (_("%1 will not work without a valid menu definition file"), PROGRAM_NAME) << endl;
error << string_compose (_("%1 will not work without a valid menu definition file"), PROGRAM_NAME) << endmsg;
- exit(1);
+ exit (EXIT_FAILURE);
}
}