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