From 4dbf4f10e3f4f999db20e0be3947878c2b943e25 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Fri, 2 Feb 2018 14:55:02 +0000 Subject: [PATCH] fixed a typo issue --- moo/lib/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moo/lib/main.c b/moo/lib/main.c index fdad514..6744eb2 100644 --- a/moo/lib/main.c +++ b/moo/lib/main.c @@ -2107,7 +2107,7 @@ static int handle_logopt (moo_t* moo, const moo_bch_t* str) } #if defined(HAVE_ISATTY) - xtn->logfd_istty = isatty(xtn->logfd)) + xtn->logfd_istty = isatty(xtn->logfd); #endif if (str != xstr) moo_freemem (moo, xstr);