summaryrefslogtreecommitdiffstats
path: root/serial
diff options
context:
space:
mode:
Diffstat (limited to 'serial')
-rw-r--r--serial/port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/port.c b/serial/port.c
index 4abd954e..dc146e79 100644
--- a/serial/port.c
+++ b/serial/port.c
@@ -167,7 +167,7 @@ static void serial_device_free(struct serial_device *device)
g_free(device);
}
-static void port_owner_exited(void *user_data)
+static void port_owner_exited(DBusConnection *conn, void *user_data)
{
struct serial_port *port = user_data;