summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-28 23:03:23 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-28 23:03:23 -0700
commit8c1f5f0f1f9c36ef5465512753efeff36758ba7d (patch)
treee27706307f48a9e5192f0b6bb873ecadf41dbed5 /commit.c
parent933693da77857b12ba86d999a601dbdb8ab212ff (diff)
parent10d781b9caa4f71495c7b34963bef137216f86a8 (diff)
downloadgit-8c1f5f0f1f9c36ef5465512753efeff36758ba7d.tar.gz
Merge refs/heads/master from .
Diffstat (limited to 'commit.c')
-rw-r--r--commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit.c b/commit.c
index e51eda1524..56192587af 100644
--- a/commit.c
+++ b/commit.c
@@ -102,7 +102,7 @@ static unsigned long parse_commit_date(const char *buf)
static struct commit_graft {
unsigned char sha1[20];
int nr_parent;
- unsigned char parent[0][20]; /* more */
+ unsigned char parent[][20]; /* more */
} **commit_graft;
static int commit_graft_alloc, commit_graft_nr;