Deathbat2190
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
parser/raylib_parser.c
|
|
@ -173,7 +173,7 @@ int main() |
|
|
|
validStruct = true; |
|
|
|
break; |
|
|
|
} |
|
|
|
else if (buffer[i + j] == ';') |
|
|
|
else if (buffer[i + c] == ';') |
|
|
|
{ |
|
|
|
// Not valid struct: |
|
|
|
// i.e typedef struct rAudioBuffer rAudioBuffer; -> Typedef and forward declaration |
|
|
|