[svn:parrot] r45171 - trunk/src/gc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Mar 25 01:21:25 UTC 2010


Author: mikehh
Date: Thu Mar 25 01:21:20 2010
New Revision: 45171
URL: https://trac.parrot.org/parrot/changeset/45171

Log:
fix codetest failure - there should be one space or a newline after a comma

Modified:
   trunk/src/gc/gc_ms.c

Modified: trunk/src/gc/gc_ms.c
==============================================================================
--- trunk/src/gc/gc_ms.c	Thu Mar 25 00:52:35 2010	(r45170)
+++ trunk/src/gc/gc_ms.c	Thu Mar 25 01:21:20 2010	(r45171)
@@ -788,7 +788,7 @@
         const size_t idx = item_size - sizeof (void *);
         gc_ms_free_attributes_from_pool(pools[idx], data);
 #else
-        gc_ms_free_memory_chunk(intepr,PMC_data(pmc));
+        gc_ms_free_memory_chunk(intepr, PMC_data(pmc));
         PMC_data(pmc) = NULL;
 #endif
     }


More information about the parrot-commits mailing list