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 90817da5974..833176d4e90 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -3019,7 +3019,7 @@ cleanup_vector (struct Lisp_Vector *vector)
3019 { 3019 {
3020 /* Attempt to catch subtle bugs like Bug#16140. */ 3020 /* Attempt to catch subtle bugs like Bug#16140. */
3021 eassert (valid_font_driver (drv)); 3021 eassert (valid_font_driver (drv));
3022 drv->close (font); 3022 drv->close_font (font);
3023 } 3023 }
3024 } 3024 }
3025 } 3025 }