Make g_settings_sync() a proper prototype.

This commit is contained in:
Ryan Lortie
2010-06-17 16:56:09 -04:00
parent 408daaa294
commit 0766981a1e
2 changed files with 2 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ handle_set (gint *argc,
goto out;
}
g_settings_sync (NULL);
g_settings_sync ();
ret = 0;
out: