We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be80e68 commit ad57b10Copy full SHA for ad57b10
1 file changed
bin/count.c
@@ -17,7 +17,7 @@ int main( void )
17
fputc(c, stdout);
18
fflush(stdout);
19
if (count && count % 76 == 0) {
20
- fprintf(stderr, "%4d", count);
+ fprintf(stderr, "%4d\n", count);
21
fflush(stderr);
22
}
23
c = fgetc(stdin);
0 commit comments