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