projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c40ec5a
)
Windows build fix, spotted by Herve Poussineau.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 20 Aug 2007 15:42:22 +0000
(15:42 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 20 Aug 2007 15:42:22 +0000
(15:42 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3127
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index 686bc3b65b7a80dd4e786febe0b779e5dbb9559f..29595a2d65472a3023709b3c56fbdad56b1d6251 100644
(file)
--- a/
vl.c
+++ b/
vl.c
@@
-1227,7
+1227,7
@@
static int win32_start_timer(struct qemu_alarm_timer *t)
data->host_alarm = CreateEvent(NULL, FALSE, FALSE, NULL);
if (!data->host_alarm) {
perror("Failed CreateEvent");
- return -1
+ return -1
;
}
memset(&tc, 0, sizeof(tc));