git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10956 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Ken Rice 2008-12-26 18:45:49 +00:00
parent 32bc21e861
commit 451ddc15ec
1 changed files with 1 additions and 2 deletions

View File

@ -325,8 +325,7 @@ int main(int argc, char *argv[])
if(argv_error){
printf("\n");
usage(argv[0]);
return 0;
return usage(argv[0]);
}
if (esl_config_open_file(&cfg, cfile)) {