Add missing 'static' keyword to keep build at WARNS=6 happy.

MFC after:	1 month
This commit is contained in:
ed 2015-08-15 08:29:13 +00:00
parent fe707ca6b5
commit ace26385ed

View File

@ -72,7 +72,7 @@ struct pixel {
#define NCOLS 80
#define NROWS 24
struct pixel buffer[NCOLS][NROWS];
static struct pixel buffer[NCOLS][NROWS];
static int ptfd;