add missing comma that causes buffer overflow in event socket

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15128 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-10-09 15:59:22 +00:00
parent 421a609066
commit 0436dff8cd
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ static char *EVENT_NAMES[] = {
"NAT",
"RECORD_START",
"RECORD_STOP",
"CALL_UPDATE"
"CALL_UPDATE",
"ALL"
};