mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-19 01:12:43 +00:00
fix return
This commit is contained in:
parent
ac69a82358
commit
8b8f1f9188
@ -63,6 +63,7 @@ static int transfer_progress_cb(const git_transfer_progress *stats, void *payloa
|
||||
stats->received_objects, stats->total_objects,
|
||||
stats->indexed_objects, stats->received_bytes);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/** Entry point for this command */
|
||||
|
Loading…
Reference in New Issue
Block a user