mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
Add missing () to function invocation.
This commit is contained in:
parent
2cc37f2ca4
commit
14046059e1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132753
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user