1
0
Fork 0
forked from len0rd/rockbox

correct comment in configfile.h, FS#11292 by Chris Savery.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28234 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Teruaki Kawashima 2010-10-10 14:34:07 +00:00
parent 38e88f35f4
commit 462771066b

View file

@ -30,7 +30,7 @@ struct configdata
{
int type; /* See TYPE_ macros above */
int min; /* Min value for integers, should be 0 for enums */
int max; /* Max value for enums and integers,
int max; /* Max value for integers, value count for enums,
buffer size for strings */
union
{