forked from len0rd/rockbox
Fix a typo that would cause incorrect enums.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13916 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3ce7f0ecf3
commit
f58dc4b227
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ enum
|
||||||
/* for tuner_get */
|
/* for tuner_get */
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
__RADIO_GET_ADDITIONAL_START = __RADIO_SET_STANDARD_LAST-1,
|
__RADIO_GET_ADDITIONAL_START = __RADIO_GET_STANDARD_LAST-1,
|
||||||
|
|
||||||
RADIO_GET_CHIP_FIRST
|
RADIO_GET_CHIP_FIRST
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue