[svn-commits] rmudgett: branch 10 r344557 - /branches/10/apps/app_macro.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Nov 10 17:21:07 CST 2011


Author: rmudgett
Date: Thu Nov 10 17:21:00 2011
New Revision: 344557

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=344557
Log:
Fix app_macro.c MODULEINFO section termination.

(closes issue ASTERISK-18848)
Reported by: Tony Mountifield

Modified:
    branches/10/apps/app_macro.c

Modified: branches/10/apps/app_macro.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/apps/app_macro.c?view=diff&rev=344557&r1=344556&r2=344557
==============================================================================
--- branches/10/apps/app_macro.c (original)
+++ branches/10/apps/app_macro.c Thu Nov 10 17:21:00 2011
@@ -28,7 +28,7 @@
 /*** MODULEINFO
 	<support_level>core</support_level>
 	<replacement>app_stack (GoSub)</replacement>
- */
+ ***/
 
 #include "asterisk.h"
 




More information about the svn-commits mailing list