Skip to content

Commit

Permalink
Remove "const" as the value is actually changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Galanin authored and Danack committed Jun 25, 2024
1 parent 443b34f commit c1ec339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagick_class.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ PHP_METHOD(Imagick, getIteratorIndex)
*/
PHP_METHOD(Imagick, setIteratorIndex)
{
const im_long index;
im_long index;
MagickBooleanType status;
php_imagick_object *intern;

Expand Down

0 comments on commit c1ec339

Please sign in to comment.