Author: jrieks
Date: Fri Apr 15 04:47:06 2005
New Revision: 7841

Modified:
   trunk/io/io.c
Log:
typo fixed


Modified: trunk/io/io.c
==============================================================================
--- trunk/io/io.c       (original)
+++ trunk/io/io.c       Fri Apr 15 04:47:06 2005
@@ -216,7 +216,7 @@
 void
 PIO_destroy(theINTERP, PMC *pmc)
 {
-    ParrotIO *io = PMC_data2(pmc);
+    ParrotIO *io = PMC_data0(pmc);
     UNUSED(interpreter);
 
     if(!io)

Reply via email to