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