Removed a stray semicolon.

This commit is contained in:
Bruce Evans 1997-07-20 11:19:46 +00:00
parent 395d48aff0
commit f5f91b3249

View File

@ -96,7 +96,7 @@ extern int getchar __P((void));
extern u_short *Crtat;
#endif /* PCVT_NETBSD */
unsigned __debug = 0; /*0xffe */;
unsigned __debug = 0; /*0xffe */
static __color;
static nrow;