Commit dcc5e4a0769ffec156ac06faa6bf5cffe254d9fc

Authored by Anthony Liguori
1 parent 9abbdbfe

Fix warning on WIN32

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 0 additions and 1 deletions
block/raw-win32.c
@@ -388,7 +388,6 @@ static void bdrv_raw_init(void) @@ -388,7 +388,6 @@ static void bdrv_raw_init(void)
388 { 388 {
389 bdrv_register(&bdrv_raw); 389 bdrv_register(&bdrv_raw);
390 bdrv_register(&bdrv_host_device); 390 bdrv_register(&bdrv_host_device);
391 - return 0;  
392 } 391 }
393 392
394 block_init(bdrv_raw_init); 393 block_init(bdrv_raw_init);