From: Terry Wilson Date: Fri, 16 Sep 2011 22:11:39 +0000 (+0000) Subject: Merged revisions 336314 via svnmerge from X-Git-Tag: 10.0.0-beta2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1dffa1ebd1515c4b04275db05017fa6755914af;p=thirdparty%2Fasterisk.git Merged revisions 336314 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r336314 | twilson | 2011-09-16 17:10:56 -0500 (Fri, 16 Sep 2011) | 2 lines Whitespace fix ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@336316 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_frame_trace.c b/funcs/func_frame_trace.c index 1cfc8ea08c..4488577c6f 100644 --- a/funcs/func_frame_trace.c +++ b/funcs/func_frame_trace.c @@ -318,7 +318,7 @@ static void print_frame(struct ast_frame *frame) 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: