diff --git a/cv10/program.c b/cv10/program.c index 07d7d4d..f05acb6 100644 --- a/cv10/program.c +++ b/cv10/program.c @@ -37,8 +37,8 @@ int main() { } } if (!found) { - applications[i] = strdup(buffer); i++; + applications[i] = strdup(buffer); } }