summaryrefslogtreecommitdiffstats
path: root/src/polypmixerctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypmixerctrl.c')
-rw-r--r--src/polypmixerctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypmixerctrl.c b/src/polypmixerctrl.c
index 122ade8..ae41faa 100644
--- a/src/polypmixerctrl.c
+++ b/src/polypmixerctrl.c
@@ -347,7 +347,7 @@ static void gst_polypmixer_ctrl_timeout_event(pa_mainloop_api *a, pa_time_event
else
o = pa_context_set_source_volume_by_index(c->context, c->index, &c->volume, NULL, NULL);
- if (!(o)) {
+ if (!(o))
GST_WARNING("Failed to set device volume: %s", pa_strerror(pa_context_errno(c->context)));
else
pa_operation_unref(o);