aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-08 23:33:17 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-08 23:33:17 +0000
commit946337484eb2512a6a0744c4946a4498b2336069 (patch)
treeac896fe569d5086f75ceeed79a121de8059725fe
parent181e1cc711ca0ad12300122223165d0853804009 (diff)
downloadrtmux-946337484eb2512a6a0744c4946a4498b2336069.tar.gz
rtmux-946337484eb2512a6a0744c4946a4498b2336069.tar.bz2
rtmux-946337484eb2512a6a0744c4946a4498b2336069.zip
Sync OpenBSD patchset 514:
Unused variable. Aargh.
-rw-r--r--tty-keys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tty-keys.c b/tty-keys.c
index 37f0252c..7ba8579a 100644
--- a/tty-keys.c
+++ b/tty-keys.c
@@ -1,4 +1,4 @@
-/* $Id: tty-keys.c,v 1.42 2009-11-08 23:32:39 tcunha Exp $ */
+/* $Id: tty-keys.c,v 1.43 2009-11-08 23:33:17 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -350,7 +350,7 @@ tty_keys_next(struct tty *tty)
struct tty_key *tk;
struct timeval tv;
struct mouse_event mouse;
- char *buf, *ptr;
+ char *buf;
size_t len, size;
cc_t bspace;
int key;