fixed a typo issue

This commit is contained in:
hyunghwan.chung 2018-02-02 14:55:02 +00:00
parent 5dabf01c33
commit 4dbf4f10e3

View File

@ -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);