still editing grammar

This commit is contained in:
Partho Bhattacharya
2025-03-27 23:37:04 -04:00
parent c93534e9d4
commit d7f6272d37
3 changed files with 22 additions and 70 deletions

View File

@ -199,7 +199,7 @@ TableNode* setRecSize(TableNode* tn, int n){
printf("passed in NULL entry for setRecSize. Invalid\n");
return NULL;
}
tn->AdInfo->RecAdInfo->numofelements = n;
tn->additionalinfo->RecAdInfo->numofelements = n;
return tn;
}