summaryrefslogtreecommitdiffstats
path: root/src/modules/module-tunnel.c
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-03-20 23:01:13 +0100
committerColin Guthrie <cguthrie@mandriva.org>2011-03-20 22:12:57 +0000
commitc0392af20a504d7ced715cbd7152fd6d032125aa (patch)
treea0a40903a6666b557e3bacf9b48396753d65f50f /src/modules/module-tunnel.c
parent36e7f8a92e8b340dd4034a39a655ba93bcd41886 (diff)
tunnel: Remove bogus `{`
Fix mistakes in: commit 36e7f8a92e8b340dd4034a39a655ba93bcd41886 Author: Colin Guthrie <cguthrie@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.
Diffstat (limited to 'src/modules/module-tunnel.c')
-rw-r--r--src/modules/module-tunnel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/module-tunnel.c b/src/modules/module-tunnel.c
index 65fb67dc..6cb22e03 100644
--- a/src/modules/module-tunnel.c
+++ b/src/modules/module-tunnel.c
@@ -1689,8 +1689,8 @@ 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) {
- pa_tagstruct_put_boolean(reply, FALSE); /* passthough stream */
+ if (u->version >= 18)
+ pa_tagstruct_put_boolean(reply, FALSE); /* passthrough stream */
#endif
pa_pstream_send_tagstruct(u->pstream, reply);