summaryrefslogtreecommitdiff
path: root/utils/extconf.c
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2008-12-17 20:50:19 +0000
committerSteve Murphy <murf@digium.com>2008-12-17 20:50:19 +0000
commit834782960ba5f5c74e27158e144c0b40f2b566db (patch)
tree048a8312a57d4154acb4fe345c2098bd89fa5dbb /utils/extconf.c
parent647c8f22229065a38d7c766cb1bdb406a08fa8cc (diff)
This patch is here committed to satisfy the
buildbot, who has a problem with the const. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165254 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 */