diff --git a/du6/program.c b/du6/program.c index 28e92da..2de5e8f 100644 --- a/du6/program.c +++ b/du6/program.c @@ -58,7 +58,7 @@ void spusti_system(struct Uzol* u){ char c; if(scanf(" %c", &c) != 1){ - printf("Chybny vystup\n"); + printf("Koniec vstupu\n"); return; }