Skip to content

Commit 44d3f7c

Browse files
authored
Update loop.c to be more easy to read.
1 parent 3fb4576 commit 44d3f7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chapter_2/exercise_2_02/loop.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ int main(void)
2222
if (i >= (MAXLINE - 1) || c == '\n' || c == EOF)
2323
{
2424
loop = 0;
25-
break;
2625
}
2726
s[i++] = c;
2827
}

0 commit comments

Comments
 (0)