[svn-commits] trunk r26131 - /trunk/include/asterisk/pbx.h

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue May 9 08:17:12 MST 2006


Author: oej
Date: Tue May  9 10:17:12 2006
New Revision: 26131

URL: http://svn.digium.com/view/asterisk?rev=26131&view=rev
Log:
Formatting fix

Modified:
    trunk/include/asterisk/pbx.h

Modified: trunk/include/asterisk/pbx.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/pbx.h?rev=26131&r1=26130&r2=26131&view=diff
==============================================================================
--- trunk/include/asterisk/pbx.h (original)
+++ trunk/include/asterisk/pbx.h Tue May  9 10:17:12 2006
@@ -31,10 +31,10 @@
 extern "C" {
 #endif
 
+#define AST_MAX_APP	32	/*!< Max length of an application */
+
 #define AST_PBX_KEEP    0
 #define AST_PBX_REPLACE 1
-
-#define AST_MAX_APP	32	/*!< Max length of an application */
 
 /*! \brief Special return values from applications to the PBX { */
 #define AST_PBX_KEEPALIVE	10	/*!< Destroy the thread, but don't hang up the channel */



More information about the svn-commits mailing list