mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Removed else statements.
This commit is contained in:
@@ -921,7 +921,7 @@ namespace DiscImageChef.DiscImages
|
||||
if(!locatorFound || parentPath == null)
|
||||
throw new
|
||||
FileNotFoundException("(VirtualPC plugin): Cannot find parent file for differencing disk image");
|
||||
else
|
||||
|
||||
{
|
||||
parentImage = new Vhd();
|
||||
Filter parentFilter =
|
||||
|
||||
Reference in New Issue
Block a user