This commit is contained in:
Maksym Kovalchuk 2026-04-16 14:59:46 +00:00
parent a5baf43cd8
commit 5a1a4a1fc0

View File

@ -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;
} }