git-svn-id: https://svn.eduke32.com/eduke32@1825 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2011-03-05 00:29:27 +00:00
parent ec88a5269f
commit b774cfb9ff

View file

@ -1521,6 +1521,9 @@ static int32_t C_GetKeyword(void)
C_SkipComments();
if (*textptr == '\0') // EOF
return 0;
temptextptr = textptr;
while (isaltok(*temptextptr) == 0)