From 36001c71382aeaaee2a843527116defe5f155d02 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Thu, 14 May 2009 13:45:01 -0500 Subject: [PATCH] 2009-05-14 Mike Gorse Fix yet another lint error. --- cspi/spi-main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cspi/spi-main.c b/cspi/spi-main.c index 96f992e..2668752 100644 --- a/cspi/spi-main.c +++ b/cspi/spi-main.c @@ -416,6 +416,7 @@ cspi_dbus_handle_remove_accessible (DBusConnection *bus, DBusMessage *message, v } g_hash_table_remove (app->hash, &a->v.id); cspi_object_unref_internal (a, TRUE); /* unref our own ref */ + return DBUS_HANDLER_RESULT_HANDLED; } static gboolean -- 2.7.4