Skip to content

Commit faa8c5f

Browse files
authored
Protecting the environment
1 parent bbf10c2 commit faa8c5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ep_generate_release_description/ep_generate_release_description.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ int main(int argc, char** argv)
4747
else if (state == 1 && !strncmp(line, szEndPattern, strlen(szEndPattern)))
4848
{
4949
state = 2;
50+
break;
5051
}
5152
if (state == 1)
5253
{
@@ -67,4 +68,4 @@ int main(int argc, char** argv)
6768
}
6869

6970
return 0;
70-
}
71+
}

0 commit comments

Comments
 (0)