du5
This commit is contained in:
parent
35a304eca8
commit
9998aedf3e
@ -76,7 +76,7 @@ void start(Tree *node) {
|
|||||||
printf("%s\n", node->text);
|
printf("%s\n", node->text);
|
||||||
|
|
||||||
if (fgets(input, SIZE, stdin) == NULL) {
|
if (fgets(input, SIZE, stdin) == NULL) {
|
||||||
printf("Nerozumiem\n");
|
printf("Koniec vstupu\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user