[gupnp] Minor style fix
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp] Minor style fix
- Date: Tue, 29 Oct 2013 15:40:36 +0000 (UTC)
commit a2cc854c80dd689b517170be7edf19beda3b814f
Author: Jens Georg <mail jensge org>
Date: Tue Oct 29 16:40:25 2013 +0100
Minor style fix
libgupnp/gupnp-white-list.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgupnp/gupnp-white-list.c b/libgupnp/gupnp-white-list.c
index 4431236..df515e5 100644
--- a/libgupnp/gupnp-white-list.c
+++ b/libgupnp/gupnp-white-list.c
@@ -320,7 +320,7 @@ gupnp_white_list_remove_entry (GUPnPWhiteList *white_list, gchar* entry)
if (s_entry != NULL) {
priv->entries = g_list_remove_link (priv->entries, s_entry);
- g_list_free_full (s_entry, g_free);
+ g_list_free_full (s_entry, g_free);
g_object_notify (G_OBJECT (white_list), "entries");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]