mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 00:41:41 +00:00
too many commas
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13192 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ffe5fde0b5
commit
b45242d8f6
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user