mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-18 02:32:36 +00:00
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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user