diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c index 5bce0f029..1ae0520be 100644 --- a/src/conf.c +++ b/src/conf.c @@ -80,7 +80,7 @@ ConfigParam *newConfigParam(const char *value, int line) return ret; } -static void +void config_param_free(gpointer data, G_GNUC_UNUSED gpointer user_data) { ConfigParam *param = data; |