From 7ab3588e7aeadee6ea9f41e67d4e860a43f63a59 Mon Sep 17 00:00:00 2001 From: Bohdana Marchenko Date: Thu, 20 Mar 2025 22:23:31 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20du4/program.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du4/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du4/program.c b/du4/program.c index d9f9886..8e3d014 100644 --- a/du4/program.c +++ b/du4/program.c @@ -76,7 +76,7 @@ int main() { printf("%d %s\n", database[i].votes, database[i].name); // Výpis výsledkov } } else { - printf("Nepodarilo nacitat nic.\n"); // Správa, ak neboli načítané žiadne údaje + printf("Nepodarilo nacitat nic\n"); // Správa, ak neboli načítané žiadne údaje } return 0;