summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-02-13 12:35:21 +0200
committerJens Georg <mail@jensge.org>2012-02-13 12:35:21 +0200
commite654296a813f0eeb3fc3a663da505a91f0b4b457 (patch)
tree90babcf49673aaed353a92737fb7afcd5761484d
parent29fb87baccdc22dcb6a8d82020306c7a7f9a3a9c (diff)
downloadgupnp-dlna-e654296a813f0eeb3fc3a663da505a91f0b4b457.tar.gz
Drop return value from process_dlna_profile
-rw-r--r--libgupnp-dlna/profile-loading.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libgupnp-dlna/profile-loading.c b/libgupnp-dlna/profile-loading.c
index 31b2bc8..874fe44 100644
--- a/libgupnp-dlna/profile-loading.c
+++ b/libgupnp-dlna/profile-loading.c
@@ -526,7 +526,7 @@ process_restrictions (xmlTextReaderPtr reader, GUPnPDLNALoadState *data)
}
}
-static int
+static void
process_dlna_profile (xmlTextReaderPtr reader,
GList **profiles,
GUPnPDLNALoadState *data)
@@ -680,8 +680,6 @@ out:
xmlFree (extended);
if (base_profile)
xmlFree (base_profile);
-
- return ret;
}
static GList *