StTextureCache: Fix compilation warning
This commit is contained in:
parent
cf49882e96
commit
4bc078b5fd
@ -489,7 +489,7 @@ decode_image (const char *val)
|
||||
{
|
||||
if (error)
|
||||
{
|
||||
g_warning (error->message);
|
||||
g_warning ("%s\n", error->message);
|
||||
g_error_free (error);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user