mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
make struct _softlabelkeys *slks static
This commit is contained in:
@@ -50,7 +50,7 @@ struct _softlabelkeys {
|
|||||||
short saved_pair;
|
short saved_pair;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _softlabelkeys *slks;
|
static struct _softlabelkeys *slks;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
I either need to break the primitives here, or write a collection of
|
I either need to break the primitives here, or write a collection of
|
||||||
|
|||||||
Reference in New Issue
Block a user