Missing return in JackPosixSemaphore::ConnectInput

This commit is contained in:
falkTX 2015-10-22 10:27:10 +02:00
parent b6911f9281
commit 394537687c
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ bool JackPosixSemaphore::ConnectInput(const char* name, const char* server_name)
return true;
} else {
jack_error("Connect: fSemaphore not initialized!");
return false;
}
}