diff --git a/src/pmc/arrayiterator.pmc b/src/pmc/arrayiterator.pmc index fd409a3738..bcb432a67a 100644 --- a/src/pmc/arrayiterator.pmc +++ b/src/pmc/arrayiterator.pmc @@ -195,7 +195,7 @@ Reset the Iterator. C must be one of VTABLE void set_integer_native(INTVAL value) { PMC *array; - + if (value == ITERATE_FROM_START) { GET_ATTR_array(interp, SELF, array); SET_ATTR_reverse(interp, SELF, 0);