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 5f9d6ada5a1..e25d91ff8aa 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6135,7 +6135,7 @@ mark_face_cache (struct face_cache *c)
6135 int i, j; 6135 int i, j;
6136 for (i = 0; i < c->used; ++i) 6136 for (i = 0; i < c->used; ++i)
6137 { 6137 {
6138 struct face *face = FACE_OPT_FROM_ID (c->f, i); 6138 struct face *face = FACE_FROM_ID_OR_NULL (c->f, i);
6139 6139
6140 if (face) 6140 if (face)
6141 { 6141 {