mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 15:24:11 +00:00
signature.h: Fix tiny typo
This commit is contained in:
parent
09e8de0f38
commit
9d80d74da5
@ -45,7 +45,7 @@ GIT_BEGIN_DECL
|
|||||||
* @email email of the person
|
* @email email of the person
|
||||||
* @time time when the action happened
|
* @time time when the action happened
|
||||||
* @offset timezone offset in minutes for the time
|
* @offset timezone offset in minutes for the time
|
||||||
* @return the new sig, NULl on out of memory
|
* @return the new sig, NULL on out of memory
|
||||||
*/
|
*/
|
||||||
GIT_EXTERN(git_signature *) git_signature_new(const char *name, const char *email, git_time_t time, int offset);
|
GIT_EXTERN(git_signature *) git_signature_new(const char *name, const char *email, git_time_t time, int offset);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user