fix a few js issues

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3474 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-11-28 20:54:26 +00:00
parent 8c541bdc30
commit fe376294fc
1 changed files with 1 additions and 1 deletions

View File

@ -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;