mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 18:16:24 +00:00
Fix missing comma in Enums.cs
This commit is contained in:
committed by
GitHub
parent
5bb89e27ef
commit
8994b99b10
@@ -216,7 +216,7 @@ public sealed partial class AaruFormat
|
||||
/// Sector length is too big.
|
||||
/// <remarks>AARUF_ERROR_INVALID_SECTOR_LENGTH</remarks>
|
||||
/// </summary>
|
||||
InvalidSectorLength = -31
|
||||
InvalidSectorLength = -31,
|
||||
/// <summary>
|
||||
/// Requested flux data not present in image.
|
||||
/// <remarks>AARUF_ERROR_FLUX_DATA_NOT_FOUND</remarks>
|
||||
@@ -225,4 +225,4 @@ public sealed partial class AaruFormat
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user