summaryrefslogtreecommitdiffstats
path: root/tty.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-07 06:43:50 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-07 06:43:50 +0000
commit6f7d59d2791a8c6b3844df4b3bf059ed59acd363 (patch)
treec801a31323ba9a6d387bb0248876103a293263bf /tty.c
parent713bad063aefe78960c94e7f482e206524400e6f (diff)
Extra unused.
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tty.c b/tty.c
index 2369664e..a4ca6b36 100644
--- a/tty.c
+++ b/tty.c
@@ -1,4 +1,4 @@
-/* $Id: tty.c,v 1.21 2008-06-06 17:17:31 nicm Exp $ */
+/* $Id: tty.c,v 1.22 2008-06-07 06:43:50 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -333,7 +333,7 @@ tty_putc(struct tty *tty, char ch)
}
void
-tty_vwrite(struct tty *tty, unused struct screen *s, int cmd, va_list ap)
+tty_vwrite(struct tty *tty, struct screen *s, int cmd, va_list ap)
{
char ch;
u_int i, ua, ub;