mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 07:28:43 +02:00
Make g_settings_sync() a proper prototype.
This commit is contained in:
@@ -213,7 +213,7 @@ handle_set (gint *argc,
|
||||
goto out;
|
||||
}
|
||||
|
||||
g_settings_sync (NULL);
|
||||
g_settings_sync ();
|
||||
ret = 0;
|
||||
|
||||
out:
|
||||
|
Reference in New Issue
Block a user