summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/configfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/configfile.h')
-rw-r--r--apps/plugins/lib/configfile.h2
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
30{ 30{
31 int type; /* See TYPE_ macros above */ 31 int type; /* See TYPE_ macros above */
32 int min; /* Min value for integers, should be 0 for enums */ 32 int min; /* Min value for integers, should be 0 for enums */
33 int max; /* Max value for enums and integers, 33 int max; /* Max value for integers, value count for enums,
34 buffer size for strings */ 34 buffer size for strings */
35 union 35 union
36 { 36 {