(w32_console_toggle_lock_key): Add parentheses.

This commit is contained in:
Jason Rumney 2001-01-12 23:59:09 +00:00
parent dbe99ae975
commit a1bcc85a38

View file

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