From 3c5cc029a847e419703330b134e71cbab6a2a24e Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Mon, 9 May 2016 01:04:30 +0200 Subject: [PATCH] Cleanup --- src/tty.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tty.c b/src/tty.c index fa8b57c..65f08fa 100644 --- a/src/tty.c +++ b/src/tty.c @@ -38,10 +38,10 @@ #include "tio/log.h" #include "tio/error.h" -static int connected = false; -struct termios new_stdout, old_stdout, old_tio; -static int fd; +static struct termios new_stdout, old_stdout, old_tio; +static bool connected = false; static bool tainted = false; +static int fd; void wait_for_tty_device(void) {