summaryrefslogtreecommitdiff
path: root/apps/app_adsiprog.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_adsiprog.c')
-rw-r--r--apps/app_adsiprog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_adsiprog.c b/apps/app_adsiprog.c
index b889f96f1..ae302a1e3 100644
--- a/apps/app_adsiprog.c
+++ b/apps/app_adsiprog.c
@@ -45,7 +45,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/utils.h"
#include "asterisk/lock.h"
-static char *app = "ADSIProg";
+static const char app[] = "ADSIProg";
/*** DOCUMENTATION
<application name="ADSIProg" language="en_US">
@@ -71,7 +71,7 @@ static char *app = "ADSIProg";
struct adsi_event {
int id;
- char *name;
+ const char *name;
};
static const struct adsi_event events[] = {