fix banner

This commit is contained in:
Moises Silva 2011-05-05 18:25:47 -04:00
parent 89a2ca8d00
commit 42d40227d9
1 changed files with 5 additions and 5 deletions

View File

@ -1760,11 +1760,11 @@ SWITCH_DECLARE(const char *) switch_core_banner(void)
return ( return (
"************************************************************************\n" "************************************************************************\n"
"* .__ __. .______ _______ _______. _______. ______ *\n" "* .__ __. .______ _______ _______. _______. ______ *\n"
"* | \ | | | _ \ | ____| / | / ||____ |*\n" "* | \\ | | | _ \\ | ____| / | / ||____ |*\n"
"* | \| | | |_) | | |__ | (----` | (----` / / *\n" "* | \\| | | |_) | | |__ | (----` | (----` / / *\n"
"* | . ` | | _ < | __| \ \ \ \ / / *\n" "* | . ` | | _ < | __| \\ \\ \\ \\ / / *\n"
"* | |\ | | |_) | | |____ .----) | .----) | / / *\n" "* | |\\ | | |_) | | |____ .----) | .----) | / / *\n"
"* |__| \__| |______/ |_______| |_______/ |_______/ /_/ *\n" "* |__| \\__| |______/ |_______| |_______/ |_______/ /_/ *\n"
"* *\n" "* *\n"
"* Powered by: FreeSWITCH (http://www.freeswitch.org) *\n" "* Powered by: FreeSWITCH (http://www.freeswitch.org) *\n"
"**************************************************************************\n" "\n"); "**************************************************************************\n" "\n");