Initialization
This commit is contained in:
parent
46c39bd603
commit
abbbb56cf0
@ -62,7 +62,7 @@ int main() {
|
||||
|
||||
printf("Prijati studenti:");
|
||||
for (j = 0; j < i; j++) {
|
||||
printf("\n%s", applications[j]);
|
||||
printf("%s\n", applications[j]);
|
||||
}
|
||||
|
||||
// Free allocated memory
|
||||
|
Loading…
Reference in New Issue
Block a user