diff options
author | Teruaki Kawashima <teru@rockbox.org> | 2010-10-10 14:34:07 +0000 |
---|---|---|
committer | Teruaki Kawashima <teru@rockbox.org> | 2010-10-10 14:34:07 +0000 |
commit | 462771066bac5f75d3e6507ea275d182ecaaebf4 (patch) | |
tree | 29274b05e2b6d5ce20ee429a59982fe8f8e36ce9 /apps | |
parent | 38e88f35f49ad1e3fc58fe67771ecc3412541ae8 (diff) |
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
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/lib/configfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/configfile.h b/apps/plugins/lib/configfile.h index 231a833d9c..4a980b4e67 100644 --- a/apps/plugins/lib/configfile.h +++ b/apps/plugins/lib/configfile.h @@ -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 { |