[svn:parrot] r46806 - trunk/src/string
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Thu May 20 00:09:01 UTC 2010
Author: darbelo
Date: Thu May 20 00:09:00 2010
New Revision: 46806
URL: https://trac.parrot.org/parrot/changeset/46806
Log:
[CAGE] remove a space to make codetest happy.
Modified:
trunk/src/string/api.c
Modified: trunk/src/string/api.c
==============================================================================
--- trunk/src/string/api.c Thu May 20 00:03:28 2010 (r46805)
+++ trunk/src/string/api.c Thu May 20 00:09:00 2010 (r46806)
@@ -2615,7 +2615,7 @@
else {
/* \xhh 1..2 hex digits */
pending = 1;
- for (digcount = 0; digcount < 2; ) {
+ for (digcount = 0; digcount < 2;) {
if (!isxdigit(c))
break;
digbuf[digcount] = c;
More information about the parrot-commits
mailing list