mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-10 04:29:19 +02:00
GSettingsBackend: fix type in g_return_val_if_fail
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user