Initialization
This commit is contained in:
parent
541b4c92fa
commit
bf02cedc37
@ -42,7 +42,7 @@ int main() {
|
||||
} else {
|
||||
printf("Prijati studenti:\n");
|
||||
for (int i = 0; i < num_accepted; i++) {
|
||||
printf("%s", names[i]);
|
||||
printf("%s\n", names[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user