Typo in test_closure type
authorMilan Crha <mcrha@redhat.com>
Tue, 12 Feb 2013 13:57:26 +0000 (14:57 +0100)
committerMilan Crha <mcrha@redhat.com>
Tue, 12 Feb 2013 13:57:26 +0000 (14:57 +0100)
tests/libedataserver/e-source-registry-test.c

index 572941e..6c2080c 100644 (file)
@@ -20,8 +20,7 @@
 
 #include <libedataserver/libedataserver.h>
 
-static ETestServiceType test_closure = {
-       E_TEST_SERVER_NONE, NULL, 0, FALSE };
+static ETestServerClosure test_closure = { E_TEST_SERVER_NONE, NULL, 0, FALSE, NULL };
 
 static gboolean
 test_commit_source_idle_cb (gpointer user_data)