Skip to content

Commit

Permalink
(facepalm) typo during previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emcconville committed Dec 13, 2023
1 parent f768b57 commit a3db4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wand/cdefs/magick_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def load(lib, IM_VERSION):
lib.MagickHoughLineImage = None
lib.MagickIdentifyImage.argtypes = [c_void_p]
lib.MagickIdentifyImage.restype = c_void_p
if IM_VERSION >= 0x700
if IM_VERSION >= 0x700:
lib.MagickIdentifyImageType.argtypes = [c_void_p]
lib.MagickIdentifyImageType.restype = c_int
else:
Expand Down

0 comments on commit a3db4ff

Please sign in to comment.