[svn:mod_parrot] r641 - mod_parrot/trunk/src/pmc

[email protected] Tue, 9 Jun 2009 08:45:04 -0700 (PDT)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Tue Jun  9 08:45:03 2009
New Revision: 641

Modified:
   mod_parrot/trunk/src/pmc/modparrothandle.pmc

Log:
fix typo


Modified: mod_parrot/trunk/src/pmc/modparrothandle.pmc
==============================================================================
--- mod_parrot/trunk/src/pmc/modparrothandle.pmc	(original)
+++ mod_parrot/trunk/src/pmc/modparrothandle.pmc	Tue Jun  9 08:45:03 2009
@@ -239,7 +239,7 @@
         PMC *attrpmc;
         PMC *r;
 
-        GET_ATTR_r(INTERP, SELF, r)
+        GET_ATTR_r(INTERP, SELF, r);
         if (r) {
             attrname = Parrot_str_new_constant(INTERP, "r");
             attrpmc = VTABLE_get_attr_str(INTERP, r, attrname);