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:
Josh Junon 2016-04-12 21:50:18 -07:00
parent a2d3d2d3ac
commit fc15befdcd

View File

@ -376,7 +376,7 @@ struct git_remote_callbacks {
/**
* Textual progress from the remote. Text send over the
* 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;