save a couple of bytes

This commit is contained in:
Glenn L McGrath 2003-08-30 12:38:13 +00:00
parent 502907f5b3
commit bb13624d8c

View File

@ -105,7 +105,7 @@ pipe:
else else
{ {
if(i>n) if(i>n)
puts(""); putchar('\n');
i=0; i=0;
} }
count++; count++;