du5
This commit is contained in:
parent
a5baf43cd8
commit
5a1a4a1fc0
@ -87,7 +87,7 @@ void start(Tree *node) {
|
|||||||
printf("%s\n", node->text);
|
printf("%s\n", node->text);
|
||||||
|
|
||||||
if (fgets(input, 10, stdin) == NULL) {
|
if (fgets(input, 10, stdin) == NULL) {
|
||||||
printf("Nespravny vstup\n");
|
printf("Koniec vstupu\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user