OCD kickin in

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12082 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-02-17 04:34:01 +00:00
parent 919fecec18
commit 728b261d9b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ do{\
#define GARBAGE_ADD(a) \
do {\
if(memloc_i >= MAX_MEMLOCS){\
if (memloc_i >= MAX_MEMLOCS){\
switch_safe_free(ccmd);\
GARBAGE_CLEANUP();\
stream->write_function(stream, "-ERR\n");\