]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo, thanks fugazi
authorMichael Jerris <mike@jerris.com>
Sat, 22 Nov 2008 13:34:46 +0000 (13:34 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 22 Nov 2008 13:34:46 +0000 (13:34 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10517 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_glue.c

index 5e71724003eed04deda5e0b4517916cced6ef8f8..c6fc1bdabf24c75a078d01c6cf6843b0f8a68815 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+g/* 
  * FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
  * Copyright (C) 2005/2006, Anthony Minessale II <anthmct@yahoo.com>
  *
@@ -2820,7 +2820,7 @@ int sofia_glue_init_sql(sofia_profile_t *profile)
                "   server_user     VARCHAR(255),\n"
                "   server_host     VARCHAR(255),\n" 
                "   profile_name    VARCHAR(255),\n" 
-               "   hostname        VARCHAR(255),\n" 
+               "   hostname        VARCHAR(255)\n" 
                ");\n";