aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-12-10 00:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2016-12-10 00:01:11 +0000
commita64b7cfe5d20b6193d58903b0ee82aed412071a3 (patch)
tree8212e5cad350c58ee1ab3c4de9b849a94973f462 /tty-term.c
parent75135ded0922986a4aa616f449978b64c15f1da9 (diff)
parentbee95bf378ab45d4671fd086a4dd24b7259cf772 (diff)
downloadrtmux-a64b7cfe5d20b6193d58903b0ee82aed412071a3.tar.gz
rtmux-a64b7cfe5d20b6193d58903b0ee82aed412071a3.tar.bz2
rtmux-a64b7cfe5d20b6193d58903b0ee82aed412071a3.zip
Merge branch 'obsd-master'
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. */