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 5dc31735a3..231a833d9c 100644
--- a/apps/plugins/lib/configfile.h
+++ b/apps/plugins/lib/configfile.h
@@ -24,7 +24,7 @@
24#define TYPE_INT 1 24#define TYPE_INT 1
25#define TYPE_ENUM 2 25#define TYPE_ENUM 2
26#define TYPE_STRING 3 26#define TYPE_STRING 3
27#define TYPE_BOOL 4 27#define TYPE_BOOL 4
28 28
29struct configdata 29struct configdata
30{ 30{