From 5aeff27144282c008771e3f049b2f5ba0398a532 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 21 Oct 2009 13:24:21 -0500 Subject: Getting the prototype right. --- tests/test-libcustomindicator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-libcustomindicator.c b/tests/test-libcustomindicator.c index 1bda8b4..b4b4084 100644 --- a/tests/test-libcustomindicator.c +++ b/tests/test-libcustomindicator.c @@ -5,7 +5,7 @@ #include void -test_libcustomindicator_prop_signals_status_helper (CustomIndicator * ci, CustomIndicatorStatus status, gboolean * signalactivated) +test_libcustomindicator_prop_signals_status_helper (CustomIndicator * ci, gchar * status, gboolean * signalactivated) { *signalactivated = TRUE; return; -- cgit v1.2.3