summaryrefslogtreecommitdiff
path: root/backends/pulse/pulse-source.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/pulse/pulse-source.c')
-rw-r--r--backends/pulse/pulse-source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/pulse/pulse-source.c b/backends/pulse/pulse-source.c
index 4275f9a..8b1b562 100644
--- a/backends/pulse/pulse-source.c
+++ b/backends/pulse/pulse-source.c
@@ -220,7 +220,7 @@ pulse_source_remove_output (PulseSource *source, guint32 index)
g_return_if_fail (PULSE_IS_SOURCE (source));
output = g_hash_table_lookup (source->priv->outputs, GUINT_TO_POINTER (index));
- if G_UNLIKELY (output == NULL)
+ if (G_UNLIKELY (output == NULL))
return;
name = g_strdup (mate_mixer_stream_control_get_name (MATE_MIXER_STREAM_CONTROL (output)));