From c81050d011130cf0c614f2dc93c04552d06a6529 Mon Sep 17 00:00:00 2001 From: ak643du Date: Thu, 25 Apr 2024 19:49:59 +0200 Subject: [PATCH] Initialization --- cv10/program.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cv10/program.c b/cv10/program.c index de71e14..7ec603f 100644 --- a/cv10/program.c +++ b/cv10/program.c @@ -56,10 +56,7 @@ int main() { } if (count < i) { - printf("Neprijati studenti:"); - for (; j < i; j++) { - printf("%s\n", applications[j]); - } + printf("Neprijati studenti:\n"); } // Free allocated memory @@ -69,4 +66,4 @@ int main() { free(applications); return 0; -} +} \ No newline at end of file