REFACTOR: Removed reduntant commas.

This commit is contained in:
2017-12-21 02:52:12 +00:00
parent d51f3f1988
commit f0d2e7dac9
156 changed files with 979 additions and 979 deletions

View File

@@ -56,7 +56,7 @@ namespace DiscImageChef.Filesystems.ISO9660
OtherDelete = 1 << 4,
OtherExec = 1 << 5,
OtherWrite = 1 << 6,
OtherRead = 1 << 7,
OtherRead = 1 << 7
}
[Flags]
@@ -69,7 +69,7 @@ namespace DiscImageChef.Filesystems.ISO9660
Archive = 1 << 4,
Reentrant = 1 << 5,
Script = 1 << 6,
Reserved = 1 << 7,
Reserved = 1 << 7
}
}
}