comparison src/alloc.c @ 85023:0161d8024935

(mark_terminals): Typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 02 Oct 2007 22:07:41 +0000
parents 96eb42c9e0e3
children d0d527210b0c bdb3fe0ba9fa
comparison
equal deleted inserted replaced
85022:96eb42c9e0e3 85023:0161d8024935
5819 { 5819 {
5820 struct terminal *t; 5820 struct terminal *t;
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
5828 5828
5829 5829