From ef28c4b009fad04c9c56612f6b892354cd13f20e Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 25 Apr 2009 12:56:37 +0000 Subject: [PATCH] Fix Win32 warning --- vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vl.c b/vl.c index e4d2887..a210b6c 100644 --- a/vl.c +++ b/vl.c @@ -934,7 +934,7 @@ static struct qemu_alarm_timer *alarm_timer; struct qemu_alarm_win32 { MMRESULT timerId; unsigned int period; -} alarm_win32_data = {0, NULL, -1}; +} alarm_win32_data = {0, -1}; static int win32_start_timer(struct qemu_alarm_timer *t); static void win32_stop_timer(struct qemu_alarm_timer *t); -- 1.7.9.5