Fix the build

gcc was complaining here with -Werror=return-type.
This commit is contained in:
Matthias Clasen
2021-09-28 08:25:00 -04:00
parent b17005ddab
commit 32191bc18e

View File

@@ -239,6 +239,8 @@ gtk_css_transform_apply (const GtkCssTransform *transform,
g_assert_not_reached ();
break;
}
return NULL;
}
/* NB: The returned matrix may be invalid */