]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
extra paren
authorBrian West <brian@freeswitch.org>
Thu, 9 Apr 2009 19:38:15 +0000 (19:38 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 9 Apr 2009 19:38:15 +0000 (19:38 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12964 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_portaudio/mod_portaudio.c

index 644a4ba1513e51d2da17dbd34f78fc15be8459b5..af2109c09b9108e08c56d75e053d843d9d2e7f7b 100644 (file)
@@ -1294,7 +1294,7 @@ static switch_status_t engage_device(int restart)
                return SWITCH_STATUS_SUCCESS;
        }
 
-       if (!switch_core_codec_ready(&globals.read_codec))) {
+       if (!switch_core_codec_ready(&globals.read_codec)) {
                if (switch_core_codec_init(&globals.read_codec,
                                                                   "L16",
                                                                   NULL, sample_rate, codec_ms, 1, SWITCH_CODEC_FLAG_ENCODE | SWITCH_CODEC_FLAG_DECODE, NULL,