]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
OCD kickin in
authorBrian West <brian@freeswitch.org>
Tue, 17 Feb 2009 04:34:01 +0000 (04:34 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 17 Feb 2009 04:34:01 +0000 (04:34 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12082 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_http/mod_http.c

index ba94da68303dd66b4bf46c41d47a5120cb32b6b0..4f0422f6fce81d24224cd87cd4273f2c04570dfc 100644 (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");\