[gnome-desktop-testing] testing-runner: Fix a bad return type warning



commit 1aa9780b0f1f88039dfe82d05f7142e5bad7d468
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jan 2 12:57:40 2014 -0500

    testing-runner: Fix a bad return type warning

 src/gnome-desktop-testing-runner.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-desktop-testing-runner.c b/src/gnome-desktop-testing-runner.c
index 90fc482..eaf73cc 100755
--- a/src/gnome-desktop-testing-runner.c
+++ b/src/gnome-desktop-testing-runner.c
@@ -198,7 +198,7 @@ static GOptionEntry options[] = {
   { NULL }
 };
 
-static gboolean
+static void
 run_test_async (Test                *test,
                 GCancellable        *cancellable,
                 GAsyncReadyCallback  callback,
@@ -378,7 +378,7 @@ setup_test_child (gpointer user_data)
 #endif
 }
 
-static gboolean
+static void
 run_test_async (Test                *test,
                 GCancellable        *cancellable,
                 GAsyncReadyCallback  callback,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]