imv-agent: Don't use comma to separate statements

This commit is contained in:
Tobias Brunner 2018-09-17 16:59:11 +02:00
parent 52b6506a23
commit f0d34f32a7
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ METHOD(enumerator_t, language_enumerator_enumerate, bool,
if (pos)
{
len = pos - this->lang_pos;
this->lang_pos += len + 1,
this->lang_pos += len + 1;
this->lang_len -= len + 1;
}
else