diff options
Diffstat (limited to 'plugins/tests/test-fixture.c')
-rw-r--r-- | plugins/tests/test-fixture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/test-fixture.c b/plugins/tests/test-fixture.c index 37c119fb..6b10f47e 100644 --- a/plugins/tests/test-fixture.c +++ b/plugins/tests/test-fixture.c @@ -19,7 +19,7 @@ void test_fixture_setup (TestFixture *fixture) { GError *error = NULL; - GVariant *result; + GVariant *result; /* Create the global dbus-daemon for this test suite */ fixture->dbus = g_test_dbus_new (G_TEST_DBUS_NONE); |