changeset 85023:0161d8024935

(mark_terminals): Typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 02 Oct 2007 22:07:41 +0000
parents 96eb42c9e0e3
children ef71cdab0d5c
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Tue Oct 02 21:55:27 2007 +0000
+++ b/src/alloc.c	Tue Oct 02 22:07:41 2007 +0000
@@ -5821,7 +5821,7 @@
   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);
     }
 }