Revision cfd07e7a

b/block/raw-win32.c
147 147
    return ret_count;
148 148
}
149 149

  
150
static void raw_flush(BlockDriverState *bs)
150
static int raw_flush(BlockDriverState *bs)
151 151
{
152 152
    BDRVRawState *s = bs->opaque;
153 153
    int ret;

Also available in: Unified diff