This commit is contained in:
Ray
2026-09-05 21:22:21 +02:00

View File

@@ -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;
}