Initialization
This commit is contained in:
parent
44131bdffb
commit
d0a41edb74
@ -58,7 +58,7 @@ int main() {
|
||||
|
||||
if (count > accepted_count) {
|
||||
printf("Neprijati studenti:");
|
||||
for (; j < i; j++) {
|
||||
for (; j < count; j++) {
|
||||
printf("%s\n", applications[j]);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user