Add 'static'

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
stable-0.12
Blue Swirl 2009-09-12 09:58:51 +00:00
parent de5071c551
commit c139090369
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ static int sockets_debug = 0;
static const int on=1, off=0;
/* used temporarely until all users are converted to QemuOpts */
QemuOptsList dummy_opts = {
static QemuOptsList dummy_opts = {
.name = "dummy",
.head = QTAILQ_HEAD_INITIALIZER(dummy_opts.head),
.desc = {