[at-spi2-core] Fix missing return statements
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Fix missing return statements
- Date: Mon, 19 Sep 2011 03:11:01 +0000 (UTC)
commit a50504d2cbe1e1d6db3d69e8009ab1a28748fb9e
Author: Vincent Untz <vuntz gnome org>
Date: Tue Sep 6 08:21:22 2011 +0200
Fix missing return statements
https://bugzilla.gnome.org/show_bug.cgi?id=658337
bus/at-spi-bus-launcher.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c
index 369998a..334258c 100644
--- a/bus/at-spi-bus-launcher.c
+++ b/bus/at-spi-bus-launcher.c
@@ -205,6 +205,8 @@ ensure_a11y_bus (A11yBusLauncher *app)
close (app->pipefd[0]);
close (app->pipefd[1]);
app->state = A11Y_BUS_STATE_ERROR;
+
+ return FALSE;
}
static void
@@ -487,6 +489,8 @@ get_desktop_schema ()
if (!strcmp (schemas[i], "org.gnome.desktop.interface"))
return g_settings_new (schemas[i]);
}
+
+ return NULL;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]