Skip to content

Commit

Permalink
remove volatile keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Aug 27, 2023
1 parent 79d9efe commit b0664d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magick/image.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ struct _Image
MagickBooleanType
debug; /* debug output attribute */

volatile ssize_t
ssize_t
reference_count;

SemaphoreInfo
Expand Down

0 comments on commit b0664d5

Please sign in to comment.