summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2019-01-14 15:06:09 +0100
committerJens Georg <mail@jensge.org>2019-01-14 15:08:25 +0100
commitc947eed68559152ac95bdab207b206794ee9a5c2 (patch)
tree8a558793829048e95b5b0e8ead43ca501b43eed1
parent5e7254335dc191adc8745ad51c6d34a15b126b7e (diff)
downloadgupnp-dlna-c947eed68559152ac95bdab207b206794ee9a5c2.tar.gz
Fix compiler warning in ls-profiles
-rw-r--r--tools/gupnp-dlna-ls-profiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gupnp-dlna-ls-profiles.c b/tools/gupnp-dlna-ls-profiles.c
index 22b9924..74d1315 100644
--- a/tools/gupnp-dlna-ls-profiles.c
+++ b/tools/gupnp-dlna-ls-profiles.c
@@ -39,7 +39,7 @@
static gboolean relaxed = FALSE;
static void
-print_profile (GUPnPDLNAProfile *profile)
+print_profile (GUPnPDLNAProfile *profile, gpointer user_data)
{
g_print ("%s %-30s%-35s\n",
gupnp_dlna_profile_get_extended (profile) ? "*" : " ",