mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
Use G_STRFUNC correctly
It cannot be chained up via the pre-processor.
This commit is contained in:
parent
24133ddadc
commit
36c3fc82c5
@ -920,7 +920,7 @@ clutter_egl_get_egl_display (void)
|
||||
{
|
||||
if (backend_singleton == NULL)
|
||||
{
|
||||
g_critical (G_STRFUNC " has been called before clutter_init()");
|
||||
g_critical ("%s has been called before clutter_init()", G_STRFUNC);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -284,7 +284,7 @@ clutter_fruity_get_egl_display (void)
|
||||
{
|
||||
if (backend_singleton == NULL)
|
||||
{
|
||||
g_critical (G_STRFUNC " has been called before clutter_init()");
|
||||
g_critical ("%s has been called before clutter_init()", G_STRFUNC);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user