Fix warning in dustmite

This commit is contained in:
Tomoya Tanjo 2014-10-01 15:24:16 +09:00
parent de578901e6
commit e0d9de5ce7

View file

@ -1126,8 +1126,8 @@ void applyNoRemoveRegex(string[] noRemoveStr)
ends ~= c.hit.ptr + c.hit.length; ends ~= c.hit.ptr + c.hit.length;
} }
starts.sort; starts.sort();
ends.sort; ends.sort();
int noRemoveLevel = 0; int noRemoveLevel = 0;