]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
line it up
authorBrian West <brian@freeswitch.org>
Sun, 24 Aug 2008 18:17:53 +0000 (18:17 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 24 Aug 2008 18:17:53 +0000 (18:17 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9362 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_voicemail/mod_voicemail.c

index 5da732af62911403328a57adbbbe53af8f345838..f3f1b88caccb731abeb5b87410510c51a11faa20 100644 (file)
@@ -215,8 +215,8 @@ static char vm_pref_sql[] =
        "   username        VARCHAR(255),\n"
        "   domain          VARCHAR(255),\n" 
        "   name_path       VARCHAR(255),\n" 
-       "   greeting_path VARCHAR(255),\n" 
-       "   password VARCHAR(255)\n" 
+       "   greeting_path   VARCHAR(255),\n" 
+       "   password        VARCHAR(255)\n" 
        ");\n";
 
 static switch_status_t load_config(void)