mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-16 03:26:30 +00:00
Add missing ')' to callbacks documentation
Super minor, but it was bugging me. There was a missing closing paren in the docs.
This commit is contained in:
parent
a2d3d2d3ac
commit
fc15befdcd
@ -376,7 +376,7 @@ struct git_remote_callbacks {
|
|||||||
/**
|
/**
|
||||||
* Textual progress from the remote. Text send over the
|
* Textual progress from the remote. Text send over the
|
||||||
* progress side-band will be passed to this function (this is
|
* progress side-band will be passed to this function (this is
|
||||||
* the 'counting objects' output.
|
* the 'counting objects' output).
|
||||||
*/
|
*/
|
||||||
git_transport_message_cb sideband_progress;
|
git_transport_message_cb sideband_progress;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user