diff --git a/channels/chan_sip.c b/channels/chan_sip.c index cb63a40c4f..e5cfdd0129 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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)"},