aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 75466a787c7..5f08cd07d81 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -3769,7 +3769,7 @@ mark_image (img)
3769{ 3769{
3770 mark_object (&img->spec); 3770 mark_object (&img->spec);
3771 3771
3772 if (!NILP (img->data.lisp_val)) 3772 if (!GC_NILP (img->data.lisp_val))
3773 mark_object (&img->data.lisp_val); 3773 mark_object (&img->data.lisp_val);
3774} 3774}
3775 3775