push: small documentation fix

This commit is contained in:
Fraser Tweedale 2013-08-25 17:01:04 +10:00
parent 6910ecb036
commit 3261444056

View File

@ -98,7 +98,7 @@ GIT_EXTERN(int) git_push_finish(git_push *push);
* *
* @param push The push object * @param push The push object
* *
* @return true if equal, false otherwise * @return true if remote side successfully unpacked, false otherwise
*/ */
GIT_EXTERN(int) git_push_unpack_ok(git_push *push); GIT_EXTERN(int) git_push_unpack_ok(git_push *push);