Initialization
This commit is contained in:
parent
f7d3b9a17e
commit
e24567e7ff
@ -51,7 +51,7 @@ int main() {
|
||||
// Sort the applications alphabetically
|
||||
qsort(applications, accepted_count, sizeof(char *), compare_names);
|
||||
|
||||
printf("Prijati studenti:\n");
|
||||
printf("Prijati studenti:");
|
||||
for (j = 0; j < count && j < accepted_count; j++) {
|
||||
printf("%s\n", applications[j]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user