From c8bf972fd6c9a948cbf706c4f528fa087be62128 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 2 May 2008 11:18:48 +0000 Subject: Make check-c-style.mk not complain about connection regression test 20080502111848-53eee-f1ed6a0310ac5d13106ecb756ff2bc302e971a29.gz --- tests/dbus/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/dbus/connection.c b/tests/dbus/connection.c index 5f14d0427..d447411c2 100644 --- a/tests/dbus/connection.c +++ b/tests/dbus/connection.c @@ -74,7 +74,7 @@ test_run_until_ready (TpDBusDaemon *dbus, typedef struct { gboolean ready; - GError *error; + GError *error /* initialized to NULL statically */; GMainLoop *mainloop; } WhenReadyContext; -- cgit v1.2.3