Mmmm, GIT_FLEX_ARRAY

This commit is contained in:
Ben Straub 2013-10-28 05:19:30 -07:00
parent ba02079f2d
commit 7f6db0ad12

View File

@ -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;
/*