]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix typo.
authorMichael Jerris <mike@jerris.com>
Sat, 12 Aug 2006 00:38:51 +0000 (00:38 +0000)
committerMichael Jerris <mike@jerris.com>
Sat, 12 Aug 2006 00:38:51 +0000 (00:38 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2267 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_utils.h

index 31ce8ffee3725e04f7c0799de89d430d22ad7711..22878436a4375a2fd91e4c29196c144ee4188178 100644 (file)
@@ -61,7 +61,7 @@ BEGIN_EXTERN_C
 !strcasecmp(expr, "true") ||\
 atoi(expr))) ? SWITCH_TRUE : SWITCH_FALSE
 
-#define SWITCH_STATUS_IS_BREAK(x) (x || SWITCH_STATUS_BREAK || x == 730035 || x == 35)
+#define SWITCH_STATUS_IS_BREAK(x) (x || x == SWITCH_STATUS_BREAK || x == 730035 || x == 35)
 
 /*!
   \brief Return a printable name of a switch_priority_t