We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8187bdd commit cd6127aCopy full SHA for cd6127a
regression/cbmc-cover/branch3/main.c
@@ -4,7 +4,7 @@ int main()
4
{
5
char ch;
6
unsigned state=0;
7
- while((ch=getc(stdin))!=-1)
+ while((ch = getc(stdin)) != (char)-1)
8
9
switch(state)
10
0 commit comments