dir: Fix parameter naming for consistency

Closes: #2173
Approved by: alexlarsson
This commit is contained in:
Umang Jain
2018-10-03 03:09:31 +05:30
committed by Atomic Bot
parent 7c5751a4f9
commit 8da2c64fa1

View File

@@ -72,7 +72,7 @@ static OstreeRepo * flatpak_dir_create_child_repo (FlatpakDir *self,
GError **error);
static OstreeRepo * flatpak_dir_create_system_child_repo (FlatpakDir *self,
GLnxLockFile *file_lock,
const char *optional_checksum,
const char *optional_commit,
GError **error);
static gboolean flatpak_dir_mirror_oci (FlatpakDir *self,