Skip to content
Snippets Groups Projects
Commit bf848cc6 authored by Michiel van Baak's avatar Michiel van Baak
Browse files

fix compiling of chan_sip.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@128254 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent eff21263
No related branches found
No related tags found
No related merge requests found
......@@ -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)"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment