REFACTOR: XML comment is not placed on a valid language element.

This commit is contained in:
2017-12-21 16:35:49 +00:00
parent b67a0b3500
commit f02e8f3cca
5 changed files with 13 additions and 16 deletions

View File

@@ -70,7 +70,7 @@ namespace DiscImageChef.Filesystems
{
if(2 + partition.Start >= partition.End) return false;
byte signature; /// <summary>0x29
byte signature; // 0x29
string fs_type; // "SOL_FS "
byte[] bpb = imagePlugin.ReadSector(0 + partition.Start);