minor fixes/changes based on comparison with existing bindings
[ardour.git] / gtk2_ardour / opts.cc
index 55bb58168dc9de917935d4afebef32e214e5be09..4437a9d22411cf910d09c3405ea17a6bf53f8931 100644 (file)
@@ -21,7 +21,7 @@
 #include <iostream>
 #include <cstdlib>
 
-#include <ardour/session.h>
+#include "ardour/session.h"
 
 #include "opts.h"
 
@@ -132,10 +132,9 @@ ARDOUR_COMMAND_LINE::parse_opts (int argc, char *argv[])
                        ARDOUR::Session::set_disable_all_loaded_plugins (true);
                        break;
 
-                case 'm':
-                        menus_file = optarg;
-                        break;
+               case 'm':
+                       menus_file = optarg;
+                       break;
 
                case 'n':
                        no_splash = false;