du5
This commit is contained in:
parent
43d8775bb2
commit
9871d392d4
@ -61,7 +61,6 @@ 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("Nespravny vstup\n");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user