aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_fax.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-07 14:55:51 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-07 14:55:51 +0000
commitf63398715ec35c4e40f2afb7400d82fe32ae321c (patch)
tree2042818ecf72a633218fb22c72ba5e69ba659df3 /apps/app_fax.c
parent08f4ed038a889b376dcd0cd7d5a4c0a170cba89a (diff)
Global var cleanup - constification and removing unused vars.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@199479 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_fax.c')
-rw-r--r--apps/app_fax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_fax.c b/apps/app_fax.c
index 6cb18848e..8f98af2e7 100644
--- a/apps/app_fax.c
+++ b/apps/app_fax.c
@@ -141,8 +141,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
***/
-static char *app_sndfax_name = "SendFAX";
-static char *app_rcvfax_name = "ReceiveFAX";
+static const char app_sndfax_name[] = "SendFAX";
+static const char app_rcvfax_name[] = "ReceiveFAX";
#define MAX_SAMPLES 240