diff options
Diffstat (limited to 'src/push.c')
| -rw-r--r-- | src/push.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/push.c b/src/push.c index 521355621..5c8de3339 100644 --- a/src/push.c +++ b/src/push.c @@ -651,7 +651,7 @@ int git_push_finish(git_push *push) return 0; } -int git_push_unpack_ok(git_push *push) +int git_push_unpack_ok(const git_push *push) { return push->unpack_ok; } |
