mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
GSettingsBackend: fix type in g_return_val_if_fail
This commit is contained in:
parent
69801f8dc8
commit
2474ebf15e
@ -876,7 +876,7 @@ g_settings_backend_supports_context (const gchar *context)
|
||||
{
|
||||
GSettingsBackend *backend;
|
||||
|
||||
g_return_val_if_fail (context != NULL, NULL);
|
||||
g_return_val_if_fail (context != NULL, FALSE);
|
||||
|
||||
backend = get_default_backend (context);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user