[news.software.b] Minor cleanup in virtterm.c

ccea3@rivm.UUCP (Adri Verhoef) (12/29/87)

Has anyone ever noticed the double "for (; i <= bot; i++)" in virtterm.c?
(B news 2.11)

Here is my diff:

Index: virtterm.c
Prereq: 1.14
***************
*** 401,403 ****
  	}
-   	for (; i <= bot; i++)
  	for (; i <= bot; i++)