This commit is contained in:
Oleksandr Hryshchenko 2021-11-25 23:34:41 +00:00
parent 98b584d9b6
commit 736137abbe

View File

@ -113,8 +113,6 @@ struct binary* questionAppend(struct binary* myTree, char* question){
endingFound = true;
return itrNode2;
}
return NULL;
}