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