From: Anthony Minessale Date: Mon, 9 Jan 2012 16:03:51 +0000 (-0600) Subject: missing comma X-Git-Tag: v1.2-rc1~19^2~1^2~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fedd51d37f39fd295a774372efb1c151a8c9ead;p=thirdparty%2Ffreeswitch.git missing comma --- diff --git a/src/switch_core_session.c b/src/switch_core_session.c index 8f72afc893..40a25627f6 100644 --- a/src/switch_core_session.c +++ b/src/switch_core_session.c @@ -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",