summaryrefslogtreecommitdiff
path: root/src/odb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/odb.c')
-rw-r--r--src/odb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odb.c b/src/odb.c
index 5f10ae02d..ea28d017c 100644
--- a/src/odb.c
+++ b/src/odb.c
@@ -70,7 +70,7 @@ typedef struct git_pack git_pack;
typedef struct {
size_t n_packs;
unsigned int refcnt;
- git_pack *packs[FLEX_ARRAY];
+ git_pack *packs[GIT_FLEX_ARRAY];
} git_packlist;
struct git_odb {