Fix pointer formatting.

This commit is contained in:
2019-08-03 01:58:19 +01:00
parent 16a9524d31
commit 7f8496af38
12 changed files with 203 additions and 203 deletions

View File

@@ -314,9 +314,9 @@ typedef struct Crc64Context
typedef struct CdEccContext
{
bool initedEdc;
uint8_t * eccBTable;
uint8_t * eccFTable;
uint32_t *edcTable;
uint8_t* eccBTable;
uint8_t* eccFTable;
uint32_t* edcTable;
} CdEccContext;
#pragma pack(pop)