mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
remove some potential problems
This commit is contained in:
parent
90d881a694
commit
b553fcf7e7
1 changed files with 2 additions and 2 deletions
|
@ -792,7 +792,7 @@ tokenstat whitespace (char c)
|
|||
|
||||
int gettoken (void)
|
||||
{
|
||||
char c;
|
||||
int c;
|
||||
int count, parencount;
|
||||
tokenstat stat;
|
||||
|
||||
|
@ -1030,7 +1030,7 @@ tokenstat parseline (void)
|
|||
}
|
||||
|
||||
|
||||
int main (int argc, char **argv)
|
||||
int main ()
|
||||
{
|
||||
tokenstat stat;
|
||||
|
||||
|
|
Loading…
Reference in a new issue