fix compiling of chan_sip.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@128254 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Michiel van Baak 2008-07-05 21:20:09 +00:00
parent eff212635c
commit bf848cc694
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ enum invitestates {
\note Should be aligned to above table as index */
static const struct invstate2stringtable {
const enum invitestates state;
const char const *desc;
const char *desc;
} invitestate2string[] = {
{INV_NONE, "None" },
{INV_CALLING, "Calling (Trying)"},