Update cv7/program.c
This commit is contained in:
parent
201846cfd9
commit
62eb405625
@ -50,7 +50,8 @@ void queryUser(Node* node) {
|
||||
if (node == NULL) return;
|
||||
|
||||
if (node->yes == NULL && node->no == NULL) {
|
||||
printf("Expert z bufetu to vie. Je to: %s\n", node->text);
|
||||
printf("Expert z bufetu to vie.\n");
|
||||
printf("Je to: %s\n", node->text);
|
||||
printf("Koniec\n");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user