[svn:parrot] r41161 - trunk/src

cotto at svn.parrot.org cotto at svn.parrot.org
Tue Sep 8 18:49:41 UTC 2009


Author: cotto
Date: Tue Sep  8 18:49:41 2009
New Revision: 41161
URL: https://trac.parrot.org/parrot/changeset/41161

Log:
[sub] cotto-- jumped the gun

Modified:
   trunk/src/sub.c

Modified: trunk/src/sub.c
==============================================================================
--- trunk/src/sub.c	Tue Sep  8 18:47:53 2009	(r41160)
+++ trunk/src/sub.c	Tue Sep  8 18:49:41 2009	(r41161)
@@ -166,6 +166,7 @@
             return res;
         }
     }
+    return NULL;
 }
 
 /*


More information about the parrot-commits mailing list