aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty-term.c b/tty-term.c
index 591aad19..cdebeed7 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -403,7 +403,7 @@ tty_term_find(char *name, int fd, char **cause)
term->name = xstrdup(name);
term->references = 1;
term->flags = 0;
- term->codes = xcalloc (tty_term_ncodes(), sizeof *term->codes);
+ term->codes = xcalloc(tty_term_ncodes(), sizeof *term->codes);
LIST_INSERT_HEAD(&tty_terms, term, entry);
/* Set up curses terminal. */