aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index a2b5d9d889b..8e00733a60b 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5821,7 +5821,7 @@ mark_terminals (void)
5821 for (t = terminal_list; t; t = t->next_terminal) 5821 for (t = terminal_list; t; t = t->next_terminal)
5822 { 5822 {
5823 eassert (t->name != NULL); 5823 eassert (t->name != NULL);
5824 mark_vectorlike ((struct Lisp_Vector *)tmp); 5824 mark_vectorlike ((struct Lisp_Vector *)t);
5825 } 5825 }
5826} 5826}
5827 5827