summaryrefslogtreecommitdiff
path: root/common/JackLibAPI.cpp
diff options
context:
space:
mode:
authorStephane Letz <letz@grame.fr>2012-10-24 13:02:04 +0200
committerStephane Letz <letz@grame.fr>2012-10-24 13:02:04 +0200
commit700489b429b0edb7046b169278e3e6751e3e59fc (patch)
treecd3180b8f4a66f6f37d062e52daac62889805113 /common/JackLibAPI.cpp
parentaa02feeacfa533a07f04e916334637b57eaac5a2 (diff)
downloadjack2-700489b429b0edb7046b169278e3e6751e3e59fc.tar.gz
Move NotifyQuit in JackServer::Stop.
Diffstat (limited to 'common/JackLibAPI.cpp')
-rw-r--r--common/JackLibAPI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackLibAPI.cpp b/common/JackLibAPI.cpp
index 1855e04e..690f62bf 100644
--- a/common/JackLibAPI.cpp
+++ b/common/JackLibAPI.cpp
@@ -177,7 +177,7 @@ LIB_EXPORT jack_client_t* jack_client_open(const char* ext_client_name, jack_opt
va_end(ap);
JackGlobals::fOpenMutex->Unlock();
return res;
- } catch(std::bad_alloc& e) {
+ } catch (std::bad_alloc& e) {
jack_error("Memory allocation error...");
return NULL;
} catch (...) {