keys: fix indentation

This commit is contained in:
Alibek Omarov 2018-11-02 01:09:09 +03:00
parent 18353d9ae6
commit d18708acf5
1 changed files with 1 additions and 1 deletions

View File

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