From 2e0219af19587dec5b516d894992a991ecbfedf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20Kapalkov=C3=A1?= Date: Thu, 16 Apr 2026 14:12:16 +0200 Subject: [PATCH] commit --- du5/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du5/program.c b/du5/program.c index cc81817..57ea91e 100644 --- a/du5/program.c +++ b/du5/program.c @@ -69,7 +69,7 @@ int main(void) { struct Node* root = read_tree(); if (root == NULL) { printf("Chybna databaza\n"); - return 1; + return 0; } char sep[SIZE]; fgets(sep, SIZE, stdin);