telegrafista
This commit is contained in:
parent
9b2f381ee1
commit
e740573fed
@ -128,6 +128,6 @@ int main (){
|
|||||||
line[strlen(line)-1] = '\0';
|
line[strlen(line)-1] = '\0';
|
||||||
|
|
||||||
search(root, line);
|
search(root, line);
|
||||||
|
printf("\n");
|
||||||
destroy(root);
|
destroy(root);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user