summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-gmain.c')
-rw-r--r--glib/dbus-gmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/dbus-gmain.c b/glib/dbus-gmain.c
index 30b1c4e0..a6c7d25c 100644
--- a/glib/dbus-gmain.c
+++ b/glib/dbus-gmain.c
@@ -327,7 +327,7 @@ remove_watch (DBusWatch *watch,
return; /* probably a not-enabled watch that was added */
watch_fd->removed = TRUE;
- watch_fd->watch = NULL;
+ watch_fd->watch = NULL;
dbus_source->watch_fds = g_list_remove (dbus_source->watch_fds, watch_fd);
@@ -409,7 +409,7 @@ timeout_toggled (DBusTimeout *timeout,
static void
free_source (GSource *source)
-{
+{
g_source_destroy (source);
}