mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Refactor and code cleanup.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
/// <returns>Error.</returns>
|
||||
/// <param name="fileId">File identifier.</param>
|
||||
/// <param name="file">Extents file.</param>
|
||||
Errno ReadExtentsFile(Int16 fileId, out ExtentFile file)
|
||||
Errno ReadExtentsFile(short fileId, out ExtentFile file)
|
||||
{
|
||||
file = new ExtentFile();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user