extra paren

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12964 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-04-09 19:38:15 +00:00
parent 5986760520
commit 14625e2bc0
1 changed files with 1 additions and 1 deletions

View 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,