tunnel: Remove bogus `{`
authorPaul Menzel <paulepanter@users.sourceforge.net>
Sun, 20 Mar 2011 22:01:13 +0000 (23:01 +0100)
committerColin Guthrie <cguthrie@mandriva.org>
Sun, 20 Mar 2011 22:12:57 +0000 (22:12 +0000)
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.

src/modules/module-tunnel.c

index 65fb67d..6cb22e0 100644 (file)
@@ -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);