summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/input.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2017-02-08 15:49:29 +0000
committernicm <nicm@openbsd.org>2017-02-08 15:49:29 +0000
commit8bf48e2f2d1f6340d48b9567abb91038eef2ae0f (patch)
tree57be68a7bf65f9262e0b17248190e7615abbfe0f /usr.bin/tmux/input.c
parentAdd a helper to store a cell, and some tidying. (diff)
downloadwireguard-openbsd-8bf48e2f2d1f6340d48b9567abb91038eef2ae0f.tar.xz
wireguard-openbsd-8bf48e2f2d1f6340d48b9567abb91038eef2ae0f.zip
Some other tidying bits.
Diffstat (limited to 'usr.bin/tmux/input.c')
-rw-r--r--usr.bin/tmux/input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/input.c b/usr.bin/tmux/input.c
index bd76888092b..2986cae7603 100644
--- a/usr.bin/tmux/input.c
+++ b/usr.bin/tmux/input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: input.c,v 1.112 2017/02/06 22:05:11 nicm Exp $ */
+/* $OpenBSD: input.c,v 1.113 2017/02/08 15:49:29 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -920,7 +920,6 @@ input_parse(struct window_pane *wp)
/* Split the parameter list (if any). */
static int
input_split(struct input_ctx *ictx)
-
{
const char *errstr;
char *ptr, *out;