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