still editing grammar
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user