Skip to content

Commit

Permalink
Make ImagickPixelIterator::resetIterator return the documented return…
Browse files Browse the repository at this point in the history
… type.
  • Loading branch information
Danack committed Jun 30, 2024
1 parent 6bab441 commit fe807f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imagickpixeliterator_class.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ PHP_METHOD(ImagickPixelIterator, resetIterator)
#if MagickLibVersion <= 0x628
internpix->iterator_position = 0;
#endif

RETURN_TRUE;
}
/* }}} */

Expand Down

0 comments on commit fe807f4

Please sign in to comment.