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:
Michael Sevakis 2007-07-16 15:25:06 +00:00
parent 3ce7f0ecf3
commit f58dc4b227

View file

@ -118,7 +118,7 @@ enum
/* for tuner_get */
enum
{
__RADIO_GET_ADDITIONAL_START = __RADIO_SET_STANDARD_LAST-1,
__RADIO_GET_ADDITIONAL_START = __RADIO_GET_STANDARD_LAST-1,
RADIO_GET_CHIP_FIRST
};