[pulseaudio-discuss] [PATCH] src/modules/module-tunnel.c: remove unneeded `{`
Paul Menzel
paulepanter at users.sourceforge.net
Sun Mar 20 15:05:03 PDT 2011
Date: Sun, 20 Mar 2011 23:01:13 +0100
• fix up for
commit 36e7f8a92e8b340dd4034a39a655ba93bcd41886
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Sun Mar 20 14:09:14 2011 +0000
tunnel: Fix tunnel streams with recent servers
Prompted by bug #750. Thanks to Emil Renner Berthing for the original
patch.
---
src/modules/module-tunnel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/modules/module-tunnel.c b/src/modules/module-tunnel.c
index a8af6c1..6cb22e0 100644
--- a/src/modules/module-tunnel.c
+++ b/src/modules/module-tunnel.c
@@ -1689,7 +1689,7 @@ static void setup_complete_callback(pa_pdispatch *pd, uint32_t command, uint32_t
if (u->version >= 17)
pa_tagstruct_put_boolean(reply, FALSE); /* relative volume */
- if (u->version >= 18) {
+ if (u->version >= 18)
pa_tagstruct_put_boolean(reply, FALSE); /* passthrough stream */
#endif
--
1.7.4.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20110320/00869a92/attachment.pgp>
More information about the pulseaudio-discuss
mailing list