Cleanup: remove/replace trailing ; with . in comments

This commit is contained in:
Rubidium
2023-01-26 22:48:08 +01:00
committed by rubidium42
parent 0b2567d882
commit ae422be979
5 changed files with 11 additions and 11 deletions

View File

@@ -453,7 +453,7 @@ void RefTable::Resize(SQUnsignedInteger size)
[[maybe_unused]] SQUnsignedInteger nfound = 0;
for(SQUnsignedInteger n = 0; n < oldnumofslots; n++) {
if(type(t->obj) != OT_NULL) {
//add back;
//add back
assert(t->refs != 0);
RefNode *nn = Add(::HashObj(t->obj)&(_numofslots-1),t->obj);
nn->refs = t->refs;