diff --git a/du2/program.c b/du2/program.c index 8c17c21..2cd148d 100644 --- a/du2/program.c +++ b/du2/program.c @@ -87,7 +87,7 @@ while(1){ } if (size == 0) { printf("Nepodarilo nacitat nic\n"); - return 1; + return 0; } qsort(databaza, size, sizeof(struct student), compare);