mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[FASTFAT]
Remove an useless check svn path=/trunk/; revision=73927
This commit is contained in:
@@ -744,10 +744,7 @@ VfatCreateFile(
|
||||
}
|
||||
else
|
||||
{
|
||||
if (ParentFcb)
|
||||
{
|
||||
vfatReleaseFCB(DeviceExt, ParentFcb);
|
||||
}
|
||||
vfatReleaseFCB(DeviceExt, ParentFcb);
|
||||
return Status;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user