summaryrefslogtreecommitdiff
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 a2b5d9d889b..8e00733a60b 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5821,7 +5821,7 @@ mark_terminals (void)
for (t = terminal_list; t; t = t->next_terminal)
{
eassert (t->name != NULL);
- mark_vectorlike ((struct Lisp_Vector *)tmp);
+ mark_vectorlike ((struct Lisp_Vector *)t);
}
}