summaryrefslogtreecommitdiff
path: root/src/git_commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/git_commit.c')
-rw-r--r--src/git_commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git_commit.c b/src/git_commit.c
index ed6e85be8..5e98d798b 100644
--- a/src/git_commit.c
+++ b/src/git_commit.c
@@ -35,7 +35,7 @@
#include "git_commit.h"
-const git_oid_t *git_commit_id(git_commit_t *c)
+const git_oid *git_commit_id(git_commit *c)
{
return &c->id;
}