Add missing static keyword.
All global variables and functions are marked static. Simply because this is an enum, doesn't mean we can't do so as well.
This commit is contained in:
parent
e120624d32
commit
1d23e44c17
@ -130,7 +130,7 @@ static int labelsoffset = LABELSECTOR;
|
||||
static int labeloffset = LABELOFFSET;
|
||||
static int bbsize = BBSIZE;
|
||||
|
||||
enum {
|
||||
static enum {
|
||||
UNSPEC, EDIT, READ, RESTORE, WRITE, WRITEBOOT
|
||||
} op = UNSPEC;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user