Skip to content

Commit

Permalink
change costom backup const
Browse files Browse the repository at this point in the history
  • Loading branch information
LuftVerbot committed Jul 27, 2023
1 parent 423a780 commit ed70a08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object BackupConst {
internal const val BACKUP_ALL = 0x7F

// SY -->
internal const val BACKUP_CUSTOM_INFO = 0x10
internal const val BACKUP_CUSTOM_INFO_MASK = 0x10
internal const val BACKUP_CUSTOM_INFO = 0x14
internal const val BACKUP_CUSTOM_INFO_MASK = 0x14
// SY <--
}

0 comments on commit ed70a08

Please sign in to comment.