mirror of
https://git.proxmox.com/git/libgit2
synced 2025-10-14 13:25:46 +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->received_objects, stats->total_objects,
|
||||||
stats->indexed_objects, stats->received_bytes);
|
stats->indexed_objects, stats->received_bytes);
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Entry point for this command */
|
/** Entry point for this command */
|
||||||
|
Loading…
Reference in New Issue
Block a user