summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 94302f25c..7c5592432 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -182,11 +182,11 @@ struct MultiConfig
/** Tag name */
const char* tag;
/** One or more items within tag */
- char* items[13];
+ char* items[15];
/** One or more defaults for items within tags */
- char* items_default[13];
+ char* items_default[15];
/** One or more data types */
- int datatype[13];
+ int datatype[15];
/** Initialization function */
MultiNotify init_function;
/** Validation function */