aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/image.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/image.c b/src/image.c
index 642bf671520..854fbe40f75 100644
--- a/src/image.c
+++ b/src/image.c
@@ -9079,8 +9079,8 @@ imagemagick_load (struct frame *f, struct image *img)
9079#endif 9079#endif
9080 success_p = imagemagick_load_image (f, img, 0, 0, SSDATA (file)); 9080 success_p = imagemagick_load_image (f, img, 0, 0, SSDATA (file));
9081 } 9081 }
9082 /* Else its not a file, its a lisp object. Load the image from a 9082 /* Else it's not a file, it's a Lisp object. Load the image from a
9083 lisp object rather than a file. */ 9083 Lisp object rather than a file. */
9084 else 9084 else
9085 { 9085 {
9086 Lisp_Object data; 9086 Lisp_Object data;
@@ -9388,8 +9388,8 @@ svg_load (struct frame *f, struct image *img)
9388 SSDATA (ENCODE_FILE (file))); 9388 SSDATA (ENCODE_FILE (file)));
9389 xfree (contents); 9389 xfree (contents);
9390 } 9390 }
9391 /* Else its not a file, its a lisp object. Load the image from a 9391 /* Else it's not a file, it's a Lisp object. Load the image from a
9392 lisp object rather than a file. */ 9392 Lisp object rather than a file. */
9393 else 9393 else
9394 { 9394 {
9395 Lisp_Object data, original_filename; 9395 Lisp_Object data, original_filename;