mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Fix win32 build
Fix a return value change missed by
205ef7961f
.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
d33ea50a95
commit
cfd07e7abb
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ static int raw_write(BlockDriverState *bs, int64_t sector_num,
|
||||||
return ret_count;
|
return ret_count;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void raw_flush(BlockDriverState *bs)
|
static int raw_flush(BlockDriverState *bs)
|
||||||
{
|
{
|
||||||
BDRVRawState *s = bs->opaque;
|
BDRVRawState *s = bs->opaque;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue