summaryrefslogtreecommitdiff
path: root/src/odb_pack.c
diff options
context:
space:
mode:
authorJacques Germishuys <jacquesg@striata.com>2014-04-21 11:23:29 +0200
committerJacques Germishuys <jacquesg@striata.com>2014-04-21 11:28:49 +0200
commit48e60ae75e78bc58aeb3c7ecf6be4653152182f4 (patch)
tree87c8911d80712458e49565c9250aa5e84e085060 /src/odb_pack.c
parent98020d3a73743d79c6acd380339b1d743205a86b (diff)
downloadlibgit2-48e60ae75e78bc58aeb3c7ecf6be4653152182f4.tar.gz
Don't redefine the same callback types, their signatures may change
Diffstat (limited to 'src/odb_pack.c')
-rw-r--r--src/odb_pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odb_pack.c b/src/odb_pack.c
index 9ab683882..3750da37f 100644
--- a/src/odb_pack.c
+++ b/src/odb_pack.c
@@ -563,7 +563,7 @@ static void pack_backend__writepack_free(struct git_odb_writepack *_writepack)
static int pack_backend__writepack(struct git_odb_writepack **out,
git_odb_backend *_backend,
git_odb *odb,
- git_transfer_progress_callback progress_cb,
+ git_transfer_progress_cb progress_cb,
void *progress_payload)
{
struct pack_backend *backend;