Initialization

This commit is contained in:
Kozar 2024-04-25 20:52:22 +02:00
parent 52bd69853a
commit 360cce8497

View File

@ -37,8 +37,8 @@ int main() {
} }
} }
if (!found) { if (!found) {
applications[i] = strdup(buffer);
i++; i++;
applications[i] = strdup(buffer);
} }
} }