Small parser bugfix (#1805)
This commit is contained in:
parent
d1ac38171c
commit
2efb5a36ca
@ -173,7 +173,7 @@ int main()
|
|||||||
validStruct = true;
|
validStruct = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if (buffer[i + j] == ';')
|
else if (buffer[i + c] == ';')
|
||||||
{
|
{
|
||||||
// Not valid struct:
|
// Not valid struct:
|
||||||
// i.e typedef struct rAudioBuffer rAudioBuffer; -> Typedef and forward declaration
|
// i.e typedef struct rAudioBuffer rAudioBuffer; -> Typedef and forward declaration
|
||||||
|
Loading…
Reference in New Issue
Block a user