From: Brian West Date: Thu, 10 Jul 2008 00:59:49 +0000 (+0000) Subject: where did this come from X-Git-Tag: v1.0.1~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6698d9158080dc0811d10177f72f8118fa0b71f8;p=thirdparty%2Ffreeswitch.git where did this come from git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8977 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c b/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c index 07db4e8e83..54ad5d1007 100644 --- a/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c +++ b/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c @@ -454,7 +454,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_pocketsphinx_load) { switch_asr_interface_t *asr_interface; - switch_mutex_init(&MUTEX, SWITCH_MUTEX_NESTED, pool);\ + switch_mutex_init(&MUTEX, SWITCH_MUTEX_NESTED, pool); if ((switch_event_bind_removable(modname, SWITCH_EVENT_RELOADXML, NULL, event_handler, NULL, &NODE) != SWITCH_STATUS_SUCCESS)) { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Couldn't bind!\n");