keys: fix indentation
This commit is contained in:
parent
18353d9ae6
commit
d18708acf5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue