aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/uconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uconfig.c b/src/uconfig.c
index ec06bd0..32a74de 100644
--- a/src/uconfig.c
+++ b/src/uconfig.c
@@ -135,7 +135,7 @@ err:
return NULL;
}
-const char *uconfig_get(const struct uconfig_s *uconfig, const char *key)
+char *uconfig_get(const struct uconfig_s *uconfig, const char *key)
{
struct uconfig_pair_s *pair = uconfig->head;
while (pair) {