Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-12-10 00:01:11 +00:00
4 changed files with 6 additions and 6 deletions

View File

@ -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. */