From e3b42caa5d39d084ba511aee43fada91e367ae3e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 19 Sep 2008 16:22:44 +0200 Subject: filelist: drop "mpdclient" prefix The separate filelist library does not depend on mpdclient, so the prefix is superfluous. --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index 9241296f6..65eaceca2 100644 --- a/src/utils.c +++ b/src/utils.c @@ -116,6 +116,6 @@ gcmp_list_from_path(mpdclient_t *c, const gchar *path, GList *list, gint types) flist = flist->next; } - mpdclient_filelist_free(filelist); + filelist_free(filelist); return list; } -- cgit v1.2.3