From a723adb3e0cadf2b821fe2efda5a0ae1d9cf929b Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 7 Mar 2006 03:57:30 +0000 Subject: [PATCH] fix indent git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@774 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_echo/mod_echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_echo/mod_echo.c b/src/mod/applications/mod_echo/mod_echo.c index e4a9ea234b..dcb757d75f 100644 --- a/src/mod/applications/mod_echo/mod_echo.c +++ b/src/mod/applications/mod_echo/mod_echo.c @@ -38,7 +38,7 @@ static void echo_function(switch_core_session *session, char *data) switch_channel *channel; channel = switch_core_session_get_channel(session); - assert(channel != NULL); + assert(channel != NULL); switch_channel_answer(channel);