mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-25 01:12:12 -04:00
Fix type of return
This commit is contained in:
@@ -111,7 +111,7 @@ void
|
||||
xdg_app_db_set_path (XdgAppDb *self,
|
||||
const char *path)
|
||||
{
|
||||
g_return_val_if_fail (XDG_APP_IS_DB (self), NULL);
|
||||
g_return_if_fail (XDG_APP_IS_DB (self));
|
||||
|
||||
g_clear_pointer (&self->path, g_free);
|
||||
self->path = g_strdup (path);
|
||||
|
||||
Reference in New Issue
Block a user