Add missing () to function invocation.

This commit is contained in:
Alexander Kabaev 2004-07-28 05:37:18 +00:00
parent 2cc37f2ca4
commit 14046059e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132753

View File

@ -439,7 +439,7 @@ clientstat(int code, int parm1, int parm2)
useeditmode = 0;
if (tty_isediting())
useeditmode |= MODE_EDIT;
if (tty_istrapsig)
if (tty_istrapsig())
useeditmode |= MODE_TRAPSIG;
if (tty_issofttab())
useeditmode |= MODE_SOFT_TAB;