Commit 7f6db0ad by Ben Straub

Mmmm, GIT_FLEX_ARRAY

parent ba02079f
......@@ -16,7 +16,7 @@ typedef struct git_blame__origin {
struct git_blame__origin *previous;
git_commit *commit;
git_blob *blob;
char path[];
char path[GIT_FLEX_ARRAY];
} git_blame__origin;
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment