too many commas

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13192 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-04-29 17:09:29 +00:00
parent ffe5fde0b5
commit b45242d8f6
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ typedef enum {
CFLAG_ENFORCE_MIN = (1 << 2),
CFLAG_DESTRUCT = (1 << 3),
CFLAG_LOCKED = (1 << 4),
CFLAG_ANSWERED = (1 << 5),
CFLAG_ANSWERED = (1 << 5)
} conf_flag_t;
typedef enum {