(w32_console_toggle_lock_key): Add parentheses.
This commit is contained in:
parent
dbe99ae975
commit
a1bcc85a38
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ w32_console_toggle_lock_key (int vk_code, Lisp_Object new_state)
|
|||
|
||||
if (NILP (new_state)
|
||||
|| (NUMBERP (new_state)
|
||||
&& (XUINT (new_state)) & 1 != cur_state))
|
||||
&& ((XUINT (new_state)) & 1) != cur_state))
|
||||
{
|
||||
faked_key = vk_code;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue