]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
missing comma
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Jan 2012 16:03:51 +0000 (10:03 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Jan 2012 16:03:51 +0000 (10:03 -0600)
src/switch_core_session.c

index 8f72afc8933caf27eee3743f8c7c65cb123c9c51..40a25627f615841093d6eff15fc32dcf18f45a3d 100644 (file)
@@ -630,7 +630,7 @@ static const char *message_names[] = {
        "APPLICATION_EXEC",
        "APPLICATION_EXEC_COMPLETE",
        "PHONE_EVENT",
-       "T38_DESCRIPTION"
+       "T38_DESCRIPTION",
        "UDPTL_MODE",
        "CLEAR_PROGRESS",
        "JITTER_BUFFER",