Initialization
This commit is contained in:
parent
275e0c10d1
commit
05094126c3
@ -51,7 +51,7 @@ int main() {
|
||||
qsort(applications, i, sizeof(char *), compare_names);
|
||||
|
||||
printf("Prijati studenti:");
|
||||
for (j = 0; j < i; ++j) {
|
||||
for (j = 1; j < i; ++j) {
|
||||
printf("%s\n", applications[j]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user