Make the causes array static, and remove the type name as it is not needed.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@175983 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2009-02-16 02:54:42 +00:00
parent 115c6abef4
commit 96326f5aa1

View File

@@ -131,7 +131,7 @@ static AST_RWLIST_HEAD_STATIC(channels, ast_channel);
*
* \ref causes.h
*/
const struct ast_cause {
static const struct {
int cause;
const char *name;
const char *desc;