gresource: Fix a pointer mismatch with an atomic load

This squashes a warning when compiling with Clang.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2020-11-16 17:17:21 +00:00
parent 47da8ec5d9
commit 7d417f8406

View File

@ -1398,7 +1398,7 @@ register_lazy_static_resources (void)
void
g_static_resource_init (GStaticResource *static_resource)
{
gpointer next;
GStaticResource *next;
do
{