summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.c b/settings.c
index 99d254c30..8a9c4423a 100644
--- a/settings.c
+++ b/settings.c
@@ -158,7 +158,7 @@ static IniFile *ini_load(const char *filename)
IniGroup *group = NULL;
IniItem *item;
- byte *comment = NULL;
+ char *comment = NULL;
uint comment_size = 0;
uint comment_alloc = 0;