Skip to content

Commit ad57b10

Browse files
committed
Tweaked count helper.
- Legacy-Id: 13672
1 parent be80e68 commit ad57b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/count.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ int main( void )
1717
fputc(c, stdout);
1818
fflush(stdout);
1919
if (count && count % 76 == 0) {
20-
fprintf(stderr, "%4d", count);
20+
fprintf(stderr, "%4d\n", count);
2121
fflush(stderr);
2222
}
2323
c = fgetc(stdin);

0 commit comments

Comments
 (0)