mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing 'static' keyword to keep build at WARNS=6 happy.
MFC after: 1 month
This commit is contained in:
parent
347a39b4a6
commit
ee79e27438
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue