From 462771066bac5f75d3e6507ea275d182ecaaebf4 Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Sun, 10 Oct 2010 14:34:07 +0000 Subject: 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 --- apps/plugins/lib/configfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3