summaryrefslogtreecommitdiffstats
path: root/audio/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/manager.c')
-rw-r--r--audio/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/manager.c b/audio/manager.c
index 23811ae2..b84d684b 100644
--- a/audio/manager.c
+++ b/audio/manager.c
@@ -1186,7 +1186,7 @@ static void manager_unregister(DBusConnection *conn, void *data)
info("Unregistered manager path");
if (devices) {
- g_slist_foreach(devices, (GFunc)remove_device, NULL);
+ g_slist_foreach(devices, (GFunc) remove_device, NULL);
g_slist_free(devices);
devices = NULL;
}