Fix return value of jack_proxy_set_parameter_value()

This commit is contained in:
Nedko Arnaudov 2009-08-27 23:02:34 +03:00
parent fc3f50ae55
commit 17ae20566d
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ jack_proxy_set_parameter_value(
return false;
}
return false;
return true;
}
bool