aboutsummaryrefslogtreecommitdiffstats
path: root/src/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminal.c')
-rw-r--r--src/terminal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/terminal.c b/src/terminal.c
index 1d7a965dd26..0ee0121e35e 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -264,8 +264,8 @@ get_named_terminal (const char *name)
264static struct terminal * 264static struct terminal *
265allocate_terminal (void) 265allocate_terminal (void)
266{ 266{
267 return ALLOCATE_ZEROED_PSEUDOVECTOR 267 return ALLOCATE_ZEROED_PSEUDOVECTOR (struct terminal, glyph_code_table,
268 (struct terminal, next_terminal, PVEC_TERMINAL); 268 PVEC_TERMINAL);
269} 269}
270 270
271/* Create a new terminal object of TYPE and add it to the terminal list. RIF 271/* Create a new terminal object of TYPE and add it to the terminal list. RIF