[asterisk-commits] twilson: branch 1.8 r336314 - /branches/1.8/funcs/func_frame_trace.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Sep 16 17:10:57 CDT 2011
Author: twilson
Date: Fri Sep 16 17:10:56 2011
New Revision: 336314
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=336314
Log:
Whitespace fix
Modified:
branches/1.8/funcs/func_frame_trace.c
Modified: branches/1.8/funcs/func_frame_trace.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/funcs/func_frame_trace.c?view=diff&rev=336314&r1=336313&r2=336314
==============================================================================
--- branches/1.8/funcs/func_frame_trace.c (original)
+++ branches/1.8/funcs/func_frame_trace.c Fri Sep 16 17:10:56 2011
@@ -315,7 +315,7 @@
case AST_CONTROL_INCOMPLETE:
ast_verbose("SubClass: INCOMPLETE\n");
break;
- case AST_CONTROL_END_OF_Q:
+ case AST_CONTROL_END_OF_Q:
ast_verbose("SubClass: END_OF_Q\n");
break;
case AST_CONTROL_UPDATE_RTP_PEER:
More information about the asterisk-commits
mailing list