Aktualizovat du6/program.c
This commit is contained in:
parent
d8ad34d126
commit
511b43ce7d
@ -105,7 +105,7 @@ int main() {
|
|||||||
|
|
||||||
if (!fgets(check, SIZE, stdin) ||
|
if (!fgets(check, SIZE, stdin) ||
|
||||||
!(check[0]=='\n' || check[0]=='\r')) {
|
!(check[0]=='\n' || check[0]=='\r')) {
|
||||||
printf("Chyba v baze pravidiel.\n");
|
printf("Chybna databaza\n");
|
||||||
destroy_tree(root);
|
destroy_tree(root);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user