Deathbat2190
3 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
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 |
|
|
|