; * src/image.c (imagemagick_load, svg_load): Fix typos in comments.
This commit is contained in:
parent
6d46fa961c
commit
c86d41911d
1 changed files with 4 additions and 4 deletions
|
@ -8941,8 +8941,8 @@ imagemagick_load (struct frame *f, struct image *img)
|
||||||
#endif
|
#endif
|
||||||
success_p = imagemagick_load_image (f, img, 0, 0, SSDATA (file));
|
success_p = imagemagick_load_image (f, img, 0, 0, SSDATA (file));
|
||||||
}
|
}
|
||||||
/* Else its not a file, its a lisp object. Load the image from a
|
/* Else it's not a file, it's a Lisp object. Load the image from a
|
||||||
lisp object rather than a file. */
|
Lisp object rather than a file. */
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Lisp_Object data;
|
Lisp_Object data;
|
||||||
|
@ -9250,8 +9250,8 @@ svg_load (struct frame *f, struct image *img)
|
||||||
SSDATA (ENCODE_FILE (file)));
|
SSDATA (ENCODE_FILE (file)));
|
||||||
xfree (contents);
|
xfree (contents);
|
||||||
}
|
}
|
||||||
/* Else its not a file, its a lisp object. Load the image from a
|
/* Else it's not a file, it's a Lisp object. Load the image from a
|
||||||
lisp object rather than a file. */
|
Lisp object rather than a file. */
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Lisp_Object data, original_filename;
|
Lisp_Object data, original_filename;
|
||||||
|
|
Loading…
Add table
Reference in a new issue