mirror of
https://github.com/raysan5/raylib.git
synced 2026-09-14 01:50:50 +00:00
Merge branch 'master' of https://github.com/raysan5/raylib
This commit is contained in:
@@ -783,7 +783,8 @@ int main(int argc, char *argv[])
|
||||
c++;
|
||||
|
||||
// Maybe type pointer part
|
||||
if (linePtr[c] == '*') {
|
||||
if (linePtr[c] == '*')
|
||||
{
|
||||
while(linePtr[c] == '*') c++;
|
||||
typeLen = c - typeStart;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user