Skip to content

Commit

Permalink
Merge pull request #2222 from fkrull/patch-v2020.7
Browse files Browse the repository at this point in the history
lib: add missing GI annotation
  • Loading branch information
openshift-merge-robot authored Oct 20, 2020
2 parents 588fb19 + 4183b68 commit 95a6d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libostree/ostree-repo-static-delta-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ ostree_repo_static_delta_execute_offline_with_signature (OstreeRepo *self,
*/
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,
NULL,
&part,
Expand Down Expand Up @@ -1076,7 +1076,7 @@ _ostree_repo_static_delta_dump (OstreeRepo *self,
* @self: Repo
* @delta_id: delta path
* @sign: Signature engine used to check superblock
* @out_success_message: success message
* @out_success_message: (out) (nullable) (optional): success message
* @error: Error
*
* Verify static delta file signature.
Expand Down

0 comments on commit 95a6d15

Please sign in to comment.