Author: julianalbo
Date: Thu Aug 21 01:21:07 2008
New Revision: 30422

Modified:
   trunk/src/debug.c

Log:
fix codingstd fault in r30421

Modified: trunk/src/debug.c
==============================================================================
--- trunk/src/debug.c   (original)
+++ trunk/src/debug.c   Thu Aug 21 01:21:07 2008
@@ -702,7 +702,7 @@
                 return;
             }
 
-            chop_newline (buf);
+            chop_newline(buf);
 
             /* skip spaces */
             for (ptr = buf; *ptr && isspace((unsigned char)*ptr); ptr++);

Reply via email to