libmusepack: Fix inconsistent definition of an array size
Change-Id: If91eed5a0cbce44723e9581dce7de02e644f7e3e
This commit is contained in:
parent
9fd59557fc
commit
102dc49ed9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ extern const mpc_can_data mpc_can_Bands;
|
|||
extern const mpc_can_data mpc_can_SCFI[2];
|
||||
extern const mpc_can_data mpc_can_DSCF[2];
|
||||
extern const mpc_can_data mpc_can_Res [2];
|
||||
extern const mpc_can_data mpc_can_Q [8][2];
|
||||
extern const mpc_can_data mpc_can_Q [6][2];
|
||||
extern const mpc_can_data mpc_can_Q1;
|
||||
extern const mpc_can_data mpc_can_Q9up;
|
||||
|
||||
|
|
Loading…
Reference in a new issue