diff options
| author | Carlos Martín Nieto <carlosmn@github.com> | 2016-04-13 11:51:05 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <carlosmn@github.com> | 2016-04-13 11:51:05 +0200 |
| commit | 029c93464f3124556286ccc46164c1d4181edfcc (patch) | |
| tree | 7538992366343643f7f1b425c35751de908e6cb0 /include | |
| parent | a2d3d2d3ace896bfc094ac665c2827d11b9977b7 (diff) | |
| parent | fc15befdcdd81339378430fd1fc06b7a2505248a (diff) | |
| download | libgit2-029c93464f3124556286ccc46164c1d4181edfcc.tar.gz | |
Merge pull request #3740 from Qix-/patch-1
Add missing ')' to callbacks documentation
Diffstat (limited to 'include')
| -rw-r--r-- | include/git2/remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index c42d96710..4f345d30c 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -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; |
