This commit is contained in:
Hackerpilot 2014-03-03 23:15:13 -08:00
parent 1536ed722b
commit 8070c39551
1 changed files with 3 additions and 0 deletions

View File

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