summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 3d2b325ded9..4974903fed7 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7866,7 +7866,7 @@ imagemagick_filename_hint (Lisp_Object spec)
val = Fcdr (val);
if (! CONSP (val))
return NULL;
-
+
val = Fcar (val);
if (! STRINGP (val))
return NULL;