[Freeswitch-svn] [commit] r3474 - freeswitch/trunk/src/mod/languages/mod_spidermonkey_core_db
Freeswitch SVN
anthm at freeswitch.org
Tue Nov 28 15:54:27 EST 2006
Author: anthm
Date: Tue Nov 28 15:54:26 2006
New Revision: 3474
Modified:
freeswitch/trunk/src/mod/languages/mod_spidermonkey_core_db/mod_spidermonkey_core_db.c
Log:
fix a few js issues
Modified: freeswitch/trunk/src/mod/languages/mod_spidermonkey_core_db/mod_spidermonkey_core_db.c
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_spidermonkey_core_db/mod_spidermonkey_core_db.c (original)
+++ freeswitch/trunk/src/mod/languages/mod_spidermonkey_core_db/mod_spidermonkey_core_db.c Tue Nov 28 15:54:26 2006
@@ -31,7 +31,7 @@
*/
#include "mod_spidermonkey.h"
-static const char modname[] = "coreDB";
+static const char modname[] = "CoreDB";
struct db_obj {
switch_memory_pool_t *pool;
More information about the Freeswitch-svn
mailing list