Remove incorrectly placed ';'

pull/190/head
Hleb Valoshka 2019-01-04 17:51:19 +03:00
parent 8df616c497
commit a6e74a7676
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ bool CatEntry::loadCategories(Hash *hash, DataDisposition disposition, const std
for (auto it : *v)
{
cn = it->getString();
if (!addToCategory(cn, true, domain));
if (!addToCategory(cn, true, domain))
ret = false;
}
return ret;