Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Protecting the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet authored Nov 5, 2021
1 parent bbf10c2 commit faa8c5f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ int main(int argc, char** argv)
else if (state == 1 && !strncmp(line, szEndPattern, strlen(szEndPattern)))
{
state = 2;
break;
}
if (state == 1)
{
Expand All @@ -67,4 +68,4 @@ int main(int argc, char** argv)
}

return 0;
}
}

0 comments on commit faa8c5f

Please sign in to comment.