summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-simple-context-manager.c
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-05 19:47:37 +0200
committerJens Georg <mail@jensge.org>2021-06-09 23:55:54 +0200
commitca0998ef4f406d763d121a142d69344f1ded6978 (patch)
treebb74ff318824c9b1fe465b023619b690518eb1e4 /libgupnp/gupnp-simple-context-manager.c
parent32fe58065870bc95a08bb250240267799b6c2481 (diff)
downloadgupnp-ca0998ef4f406d763d121a142d69344f1ded6978.tar.gz
all: Fix minor compiler warnings
Diffstat (limited to 'libgupnp/gupnp-simple-context-manager.c')
-rw-r--r--libgupnp/gupnp-simple-context-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgupnp/gupnp-simple-context-manager.c b/libgupnp/gupnp-simple-context-manager.c
index 08c350a..f070735 100644
--- a/libgupnp/gupnp-simple-context-manager.c
+++ b/libgupnp/gupnp-simple-context-manager.c
@@ -45,7 +45,7 @@ typedef struct _GUPnPSimpleContextManagerPrivate GUPnPSimpleContextManagerPrivat
G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE (GUPnPSimpleContextManager,
gupnp_simple_context_manager,
- GUPNP_TYPE_CONTEXT_MANAGER);
+ GUPNP_TYPE_CONTEXT_MANAGER)
static GList*
gupnp_simple_context_manager_get_interfaces (GUPnPSimpleContextManager *manager)