Initialization

This commit is contained in:
Kozar 2024-04-25 20:55:28 +02:00
parent bfa4d74cc2
commit a8733cfb24

View File

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