]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
too many commas
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 29 Apr 2009 17:09:29 +0000 (17:09 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 29 Apr 2009 17:09:29 +0000 (17:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13192 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_conference/mod_conference.c

index 5d2bd7d512dab5c84f1eb5392a4be87df244f623..b7767cc89c01e89bb78588656d8f225ec5006cac 100644 (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 {