diff --git a/cv8/program.c b/cv8/program.c index f1592da..772d9ca 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -113,8 +113,6 @@ struct binary* questionAppend(struct binary* myTree, char* question){ endingFound = true; return itrNode2; } - - return NULL; }