conform/script: Add the return type for the margin test

The compiler would default to 'int', and warn - and then warn again
because the function would not return a value.
This commit is contained in:
Emmanuele Bassi 2012-06-20 18:58:31 +01:00
parent e3ca87784e
commit 98982331cb

View File

@ -399,6 +399,7 @@ script_layout_property (TestConformSimpleFixture *fixture,
g_object_unref (script);
}
void
script_margin (TestConformSimpleFixture *fixture,
gpointer dummy)
{
@ -441,4 +442,3 @@ script_margin (TestConformSimpleFixture *fixture,
g_object_unref (script);
g_free (test_file);
}