From bc31a02764214a440515c27f683c8107acb50cfb Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Wed, 14 Sep 2022 20:56:50 +0300 Subject: [PATCH] fix build. --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index f29fe71..75c2553 100644 --- a/src/commands.c +++ b/src/commands.c @@ -81,7 +81,7 @@ static int read_key(void) ret = 1; } } -#elif defined(HAVE_TERMIOS_H)) +#elif defined(HAVE_TERMIOS_H) #ifdef __CYGWIN__ if (stdin_ready_for_reading()) #endif