file_sys: Rename other ContentRecordType members

This commit is contained in:
Bakugo
2019-07-02 00:57:23 +01:00
parent c72ef5f405
commit b50557d1f0
5 changed files with 8 additions and 7 deletions

View File

@ -35,8 +35,8 @@ enum class ContentRecordType : u8 {
Program = 1,
Data = 2,
Control = 3,
Manual = 4,
Legal = 5,
HtmlDocument = 4,
LegalInformation = 5,
DeltaFragment = 6,
};