Initialization
This commit is contained in:
parent
314ce71c49
commit
c81050d011
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user