13
0

Formatting only.

This commit is contained in:
Michael R. Fisher 2013-07-14 21:16:08 -05:00
parent 23bf9b11c6
commit 879bab6a53

View File

@ -89,10 +89,10 @@ ardour_dll_directory ()
static std::string s;
if (s.empty()) {
s = Glib::getenv("ARDOUR_DLL_PATH");
std::cerr << _("ARDOUR_DLL_PATH not set in environment - exiting\n");
::exit (1);
}
s = Glib::getenv("ARDOUR_DLL_PATH");
std::cerr << _("ARDOUR_DLL_PATH not set in environment - exiting\n");
::exit (1);
}
return s;
}