1
0

SEMICOLONS!

This commit is contained in:
Alexander Harkness 2014-05-25 19:46:16 +01:00
parent 6ce73ada6f
commit a352ec3895

View File

@ -104,7 +104,7 @@ bool cGroupManager::CheckUsers()
} // for itr - Split[]
} // for i - ini file keys
// Always return true for now, just but we can handle writefile fails later.
return true
return true;
}
@ -189,7 +189,7 @@ bool cGroupManager::LoadGroups()
}
}
// Always return true, we can handle writefile fails later.
return true
return true;
}