diff options
Diffstat (limited to 'src/pack-objects.h')
-rw-r--r-- | src/pack-objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pack-objects.h b/src/pack-objects.h index 0a88f7dd7..8c01f7189 100644 --- a/src/pack-objects.h +++ b/src/pack-objects.h @@ -52,7 +52,7 @@ struct git_packbuilder { git_repository *repo; /* associated repository */ git_odb *odb; /* associated object database */ - git_hash_ctx *ctx; + git_hash_ctx ctx; uint32_t nr_objects, nr_alloc, |