2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-05 01:51:59 +01:00

keys: fix indentation

This commit is contained in:
Alibek Omarov 2018-11-02 01:09:09 +03:00
parent 18353d9ae6
commit d18708acf5

View File

@ -281,7 +281,7 @@ int Key_GetKey( const char *pBinding )
continue; continue;
if( *keys[i].binding == '+' ) if( *keys[i].binding == '+' )
{ {
if( !Q_strnicmp( keys[i].binding + 1, pBinding, Q_strlen( pBinding ))) if( !Q_strnicmp( keys[i].binding + 1, pBinding, Q_strlen( pBinding )))
return i; return i;
} }