Skip to content

Commit

Permalink
fix codetest failure - trailing space in src/pmc/arrayiterator.pmc
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@42941 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
mikehh committed Dec 8, 2009
1 parent d6ebbcb commit c4c93fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc/arrayiterator.pmc
Expand Up @@ -195,7 +195,7 @@ Reset the Iterator. C<value> 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);
Expand Down

0 comments on commit c4c93fb

Please sign in to comment.