[Telepathy-commits] [telepathy-salut/master] check-main: fix static functions
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Sat Dec 13 05:03:59 PST 2008
---
tests/check-main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/check-main.c b/tests/check-main.c
index 2b3c302..7df4f38 100644
--- a/tests/check-main.c
+++ b/tests/check-main.c
@@ -11,7 +11,7 @@
#include "config.h"
-Suite *
+static Suite *
make_gibber_suite (void)
{
Suite *s = suite_create ("Gibber");
@@ -35,7 +35,7 @@ make_gibber_suite (void)
return s;
}
-Suite *
+static Suite *
make_salut_suite (void)
{
Suite *s = suite_create ("Salut");
--
1.5.6.5
More information about the Telepathy-commits
mailing list