mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-07 20:57:50 +00:00
Fix win32 build
Fix a return value change missed by 205ef7961f781496366e0a93a4ec621ad3724bd7. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
d33ea50a95
commit
cfd07e7abb
@ -147,7 +147,7 @@ static int raw_write(BlockDriverState *bs, int64_t sector_num,
|
||||
return ret_count;
|
||||
}
|
||||
|
||||
static void raw_flush(BlockDriverState *bs)
|
||||
static int raw_flush(BlockDriverState *bs)
|
||||
{
|
||||
BDRVRawState *s = bs->opaque;
|
||||
int ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user