aboutsummaryrefslogtreecommitdiffstats
path: root/utils/extconf.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-17 20:50:19 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-17 20:50:19 +0000
commit6452f6efbe8bbfea04196940f6e09d192c0b5cdd (patch)
tree048a8312a57d4154acb4fe345c2098bd89fa5dbb /utils/extconf.c
parent88555f85cc0ac6e2918172f49ab0c99d2330bd59 (diff)
This patch is here committed to satisfy the
buildbot, who has a problem with the const. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@165254 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/extconf.c')
-rw-r--r--utils/extconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/extconf.c b/utils/extconf.c
index 2fdddc028..4d2aa149d 100644
--- a/utils/extconf.c
+++ b/utils/extconf.c
@@ -2979,7 +2979,7 @@ struct ast_sw {
struct ast_ignorepat {
const char *registrar;
struct ast_ignorepat *next;
- const char pattern[0];
+ char pattern[0];
};
/*! \brief ast_context: An extension context */