dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
murf 2008-12-17 20:50:19 +00:00
parent 88555f85cc
commit 6452f6efbe
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 */