[pulseaudio-discuss] [PATCH 2/5] subscribe: fix typo
Wim Taymans
wim.taymans at gmail.com
Tue Apr 7 08:13:14 PDT 2015
---
src/pulsecore/core-subscribe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pulsecore/core-subscribe.c b/src/pulsecore/core-subscribe.c
index 61c779b..5a88b7e 100644
--- a/src/pulsecore/core-subscribe.c
+++ b/src/pulsecore/core-subscribe.c
@@ -206,7 +206,7 @@ void pa_subscription_post(pa_core *c, pa_subscription_event_type_t t, uint32_t i
pa_subscription_event *e;
pa_assert(c);
- /* No need for queuing subscriptions of no one is listening */
+ /* No need for queuing subscriptions if no one is listening */
if (!c->subscriptions)
return;
--
2.1.0
More information about the pulseaudio-discuss
mailing list