summaryrefslogtreecommitdiff
path: root/apps/app_echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_echo.c')
-rw-r--r--apps/app_echo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_echo.c b/apps/app_echo.c
index 89242ffa0..1a8abe9f0 100644
--- a/apps/app_echo.c
+++ b/apps/app_echo.c
@@ -21,7 +21,7 @@
* \brief Echo application -- play back what you hear to evaluate latency
*
* \author Mark Spencer <markster@digium.com>
- *
+ *
* \ingroup applications
*/
@@ -37,7 +37,7 @@ static char *app = "Echo";
static char *synopsis = "Echo audio, video, or DTMF back to the calling party";
-static char *descrip =
+static char *descrip =
" Echo(): This application will echo any audio, video, or DTMF frames read from\n"
"the calling channel back to itself. If the DTMF digit '#' is received, the\n"
"application will exit.\n";