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:
parent
e3ca87784e
commit
98982331cb
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user