Fix missing return statements
authorVincent Untz <vuntz@gnome.org>
Tue, 6 Sep 2011 06:21:22 +0000 (08:21 +0200)
committerMike Gorse <mgorse@novell.com>
Mon, 19 Sep 2011 03:12:33 +0000 (22:12 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=658337

bus/at-spi-bus-launcher.c

index 369998a..334258c 100644 (file)
@@ -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