Fix #139
This commit is contained in:
parent
1536ed722b
commit
8070c39551
|
@ -1312,7 +1312,10 @@ public struct DLexer
|
|||
return false;
|
||||
}
|
||||
if (range.front == ';')
|
||||
{
|
||||
range.popFront();
|
||||
break;
|
||||
}
|
||||
else
|
||||
range.popFront();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue