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
This commit is contained in:
Steve Murphy 2008-12-17 20:50:19 +00:00
parent 647c8f2222
commit 834782960b
1 changed files with 1 additions and 1 deletions

View File

@ -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 */