aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.c b/common.c
index 43b9bfb..a8a4afc 100644
--- a/common.c
+++ b/common.c
@@ -1123,6 +1123,7 @@ config_tokenizer_next (struct config_tokenizer *self, struct error **e)
config_tokenizer_error (self, e, "not a valid UTF-8 string");
return CONFIG_T_ABORT;
}
+ return CONFIG_T_STRING;
}
char *end;