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