[svn:parrot] r39507 - trunk/src

NotFound at svn.parrot.org NotFound at svn.parrot.org
Thu Jun 11 06:02:46 UTC 2009


Author: NotFound
Date: Thu Jun 11 06:02:43 2009
New Revision: 39507
URL: https://trac.parrot.org/parrot/changeset/39507

Log:
[cage] codingstd fix, GeJ++

Modified:
   trunk/src/pmc_freeze.c

Modified: trunk/src/pmc_freeze.c
==============================================================================
--- trunk/src/pmc_freeze.c	Thu Jun 11 04:13:12 2009	(r39506)
+++ trunk/src/pmc_freeze.c	Thu Jun 11 06:02:43 2009	(r39507)
@@ -1043,7 +1043,7 @@
 
         /*TT 479: use the validation logic from Packfile_unpack */
         if (pf->header->bc_major != PARROT_PBC_MAJOR
-        ||  pf->header->bc_minor != PARROT_PBC_MINOR )
+        ||  pf->header->bc_minor != PARROT_PBC_MINOR)
             Parrot_ex_throw_from_c_args(interp, NULL,
                     EXCEPTION_INVALID_STRING_REPRESENTATION,
                     "can't thaw a PMC from Parrot %d.%d", pf->header->bc_major,


More information about the parrot-commits mailing list