fix a few js issues
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3473 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d3758afbae
commit
8c541bdc30
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue