lib: fix GI parameter tags

This commit is contained in:
Felix Krull 2020-10-17 22:14:09 +02:00
parent 32a3a12973
commit 4183b68e70
1 changed files with 2 additions and 2 deletions

View File

@ -508,7 +508,7 @@ ostree_repo_static_delta_execute_offline_with_signature (OstreeRepo *self,
*/ */
delta_open_flags |= OSTREE_STATIC_DELTA_OPEN_FLAGS_SKIP_CHECKSUM; delta_open_flags |= OSTREE_STATIC_DELTA_OPEN_FLAGS_SKIP_CHECKSUM;
if (!_ostree_static_delta_part_open (part_in, inline_part_bytes, if (!_ostree_static_delta_part_open (part_in, inline_part_bytes,
delta_open_flags, delta_open_flags,
NULL, NULL,
&part, &part,
@ -1076,7 +1076,7 @@ _ostree_repo_static_delta_dump (OstreeRepo *self,
* @self: Repo * @self: Repo
* @delta_id: delta path * @delta_id: delta path
* @sign: Signature engine used to check superblock * @sign: Signature engine used to check superblock
* @out_success_message: success message * @out_success_message: (out) (nullable) (optional): success message
* @error: Error * @error: Error
* *
* Verify static delta file signature. * Verify static delta file signature.