Semantics

This commit is contained in:
James R 2020-01-23 13:57:39 -08:00
parent f0daea39d4
commit 3d9466e5f5
1 changed files with 1 additions and 2 deletions

View File

@ -667,8 +667,7 @@ INT32 G_KeyStringtoNum(const char *keystr)
j = atoi(&keystr[3]); j = atoi(&keystr[3]);
if (j < NUMINPUTS) if (j < NUMINPUTS)
return j; return j;
else return 0;
return 0;
} }
for (j = 0; j < NUMKEYNAMES; j++) for (j = 0; j < NUMKEYNAMES; j++)