Browse Source

Fix win32 build

Fix a return value change missed by
205ef7961f781496366e0a93a4ec621ad3724bd7.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Blue Swirl 15 years ago
parent
commit
cfd07e7abb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      block/raw-win32.c

+ 1 - 1
block/raw-win32.c

@@ -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;