From c43329801b23f778c353188e9539304dc37cee34 Mon Sep 17 00:00:00 2001 From: Denis Landa Date: Thu, 20 Nov 2025 21:29:50 +0100 Subject: [PATCH] 12d --- du6/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }