From: Michael Jerris Date: Sat, 22 Nov 2008 13:34:46 +0000 (+0000) Subject: typo, thanks fugazi X-Git-Tag: v1.0.2~420 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e522c68d1ff3b3392e037ac7e7f6592e37267cb4;p=thirdparty%2Ffreeswitch.git typo, thanks fugazi git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10517 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 5e71724003..c6fc1bdabf 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -1,4 +1,4 @@ -/* +g/* * FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application * Copyright (C) 2005/2006, Anthony Minessale II * @@ -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";