summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-10-26 00:00:04 +0200
committerJens Georg <mail@jensge.org>2018-10-26 00:09:55 +0200
commit2b5bf5d92430d91683ac0dd1d22aab9fb6ef4ba6 (patch)
tree7285f16255e36dd9d359e80ba015fa05ef7f52d5
parentb953e588a3103b5e6a4174f8dba6a2a7a4afdf10 (diff)
downloadgupnp-av-2b5bf5d92430d91683ac0dd1d22aab9fb6ef4ba6.tar.gz
Fix a -Wcast-function-type error
-rw-r--r--libgupnp-av/gupnp-didl-lite-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgupnp-av/gupnp-didl-lite-object.c b/libgupnp-av/gupnp-didl-lite-object.c
index b85cf52..782d0e2 100644
--- a/libgupnp-av/gupnp-didl-lite-object.c
+++ b/libgupnp-av/gupnp-didl-lite-object.c
@@ -86,7 +86,7 @@ enum {
};
static int
-is_non_transcoded_resource (GUPnPDIDLLiteResource *resource)
+is_non_transcoded_resource (GUPnPDIDLLiteResource *resource, gpointer data)
{
GUPnPProtocolInfo *info;