summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) ? "*" : " ",