; src/image.c (imagemagick_load_image): Fix a typo.
This commit is contained in:
parent
d9ce9c8f4f
commit
97f3540177
1 changed files with 1 additions and 1 deletions
|
@ -8789,7 +8789,7 @@ imagemagick_load_image (struct frame *f, struct image *img,
|
|||
#endif
|
||||
x_destroy_x_image (ximg);
|
||||
image_error ("Imagemagick pixel iterator creation failed");
|
||||
g9113oto imagemagick_error;
|
||||
goto imagemagick_error;
|
||||
}
|
||||
|
||||
image_height = MagickGetImageHeight (image_wand);
|
||||
|
|
Loading…
Add table
Reference in a new issue