diff options
Diffstat (limited to 'core/load-git.c')
-rw-r--r-- | core/load-git.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/load-git.c b/core/load-git.c index 0915a459e..2ff96ef0b 100644 --- a/core/load-git.c +++ b/core/load-git.c @@ -1625,7 +1625,7 @@ void clear_git_id(void) saved_git_id = NULL; } -void set_git_id(const struct git_oid * id) +void set_git_id(const struct git_oid *id) { static char git_id_buffer[GIT_OID_HEXSZ + 1]; |