diff options
Diffstat (limited to 'src/pack.h')
| -rw-r--r-- | src/pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pack.h b/src/pack.h index bc1215252..a7112a6aa 100644 --- a/src/pack.h +++ b/src/pack.h @@ -97,7 +97,7 @@ int git_packfile_unpack_header( git_mwindow **w_curs, off_t *curpos); -int git_packfile_unpack(git_rawobj *obj, struct git_pack_file *p, off_t obj_offset); +int git_packfile_unpack(git_rawobj *obj, struct git_pack_file *p, off_t *obj_offset); off_t get_delta_base(struct git_pack_file *p, git_mwindow **w_curs, off_t *curpos, git_otype type, |
