aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 260d2582f..6f3c9ace7 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -87,7 +87,7 @@ newConfigParam(const char *value, int line)
return ret;
}
-void
+static void
config_param_free(gpointer data, G_GNUC_UNUSED gpointer user_data)
{
struct config_param *param = data;