Add missing static keywords to colcrt(1)

This commit is contained in:
Ed Schouten 2011-11-06 08:14:28 +00:00
parent ab8d971c3a
commit 78ea30bb9b

View File

@ -64,13 +64,13 @@ __FBSDID("$FreeBSD$");
* Option -2 forces printing of all half lines.
*/
wchar_t page[267][132];
static wchar_t page[267][132];
int outline = 1;
int outcol;
static int outline = 1;
static int outcol;
char suppresul;
char printall;
static char suppresul;
static char printall;
static void move(int, int);
static void pflush(int);