aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/config-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/config-parser.c b/src/common/config-parser.c
index e847623..24fb299 100644
--- a/src/common/config-parser.c
+++ b/src/common/config-parser.c
@@ -157,7 +157,7 @@ bc_config_parse(const char *src, size_t src_len, bc_error_t **err)
static void
-list_keys(const char *key, const char value, bc_slist_t **l)
+list_keys(const char *key, const char *value, bc_slist_t **l)
{
*l = bc_slist_append(*l, bc_strdup(key));
}