diff options
Diffstat (limited to 'apps/plugins')
| -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 231a833..4a980b4 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 { |