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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_echo.c b/apps/app_echo.c
index dcdebed46..ac718b8b9 100644
--- a/apps/app_echo.c
+++ b/apps/app_echo.c
@@ -46,7 +46,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</application>
***/
-static char *app = "Echo";
+static const char app[] = "Echo";
static int echo_exec(struct ast_channel *chan, const char *data)
{