Fix Windows build

This commit is contained in:
Robin Gareus
2019-12-06 20:22:00 +01:00
parent d73734af78
commit a664a50ab7

View File

@@ -74,7 +74,6 @@ Mp3FileImportableSource::Mp3FileImportableSource (const string& path)
CloseHandle (map_handle);
close (_fd);
throw failed_constructor ();
return -1;
}
_map_addr = (const uint8_t*)view_handle;
CloseHandle (map_handle);