Add 'static'
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
de5071c551
commit
c139090369
@ -30,7 +30,7 @@ static int sockets_debug = 0;
|
|||||||
static const int on=1, off=0;
|
static const int on=1, off=0;
|
||||||
|
|
||||||
/* used temporarely until all users are converted to QemuOpts */
|
/* used temporarely until all users are converted to QemuOpts */
|
||||||
QemuOptsList dummy_opts = {
|
static QemuOptsList dummy_opts = {
|
||||||
.name = "dummy",
|
.name = "dummy",
|
||||||
.head = QTAILQ_HEAD_INITIALIZER(dummy_opts.head),
|
.head = QTAILQ_HEAD_INITIALIZER(dummy_opts.head),
|
||||||
.desc = {
|
.desc = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user