macros: Fix excessive check

This commit is contained in:
ZyX 2017-04-16 19:39:55 +03:00
parent 9e9ba14e0e
commit fb4754104b

View File

@ -75,7 +75,7 @@
do { \
if (*p_langmap \
&& (condition) \
&& (p_lrm || (!p_lrm && KeyTyped)) \
&& (p_lrm || KeyTyped) \
&& !KeyStuffed \
&& (c) >= 0) \
{ \