mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
fixed block close() method prototype
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1068 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c9a621176e
commit
e2731add29
5 changed files with 5 additions and 5 deletions
|
@ -258,7 +258,7 @@ static int vmdk_write(BlockDriverState *bs, int64_t sector_num,
|
|||
return -1;
|
||||
}
|
||||
|
||||
static int vmdk_close(BlockDriverState *bs)
|
||||
static void vmdk_close(BlockDriverState *bs)
|
||||
{
|
||||
BDRVVmdkState *s = bs->opaque;
|
||||
qemu_free(s->l1_table);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue