[asterisk-commits] mvanbaak: branch group/appdocsxml r143129 - /team/group/appdocsxml/main/pbx.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Sep 15 12:00:17 CDT 2008
Author: mvanbaak
Date: Mon Sep 15 12:00:17 2008
New Revision: 143129
URL: http://svn.digium.com/view/asterisk?view=rev&rev=143129
Log:
And I'm the one blaming eliel for not following CODE_GUIDELINES ;)
Modified:
team/group/appdocsxml/main/pbx.c
Modified: team/group/appdocsxml/main/pbx.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/main/pbx.c?view=diff&rev=143129&r1=143128&r2=143129
==============================================================================
--- team/group/appdocsxml/main/pbx.c (original)
+++ team/group/appdocsxml/main/pbx.c Mon Sep 15 12:00:17 2008
@@ -2964,9 +2964,9 @@
in = t;
continue;
}
- // If we add this, we can have an extra - in colored output
- // Sometimes that looks really bad. If needed, we can enable it again
- // tmp[tmplen++] = '-';
+ /* If we add this, we can have an extra - in colored output
+ Sometimes that looks really bad. If needed, we can enable it again
+ tmp[tmplen++] = '-'; */
tmp[tmplen++] = '\n';
for (i = 0; i < strlen(postbr); i++) {
tmp[tmplen++] = postbr[i];
More information about the asterisk-commits
mailing list