Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
9e9b5205
Commit
9e9b5205
authored
Sep 11, 2013
by
Tristan Matthews
Browse files
callmanager: cosmetics
parent
1c3f457e
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/client/dbus/callmanager.cpp
View file @
9e9b5205
...
...
@@ -136,7 +136,7 @@ CallManager::getVolume(const std::string& device)
{
AudioLayer
*
audiolayer
=
Manager
::
instance
().
getAudioDriver
();
if
(
!
audiolayer
)
{
if
(
!
audiolayer
)
{
ERROR
(
"Audio layer not valid while updating volume"
);
return
0.0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment