aboutsummaryrefslogtreecommitdiffstats
path: root/utils/extconf.c
diff options
context:
space:
mode:
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 */