X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=server-info.c;h=2b3aecab4aa0df4125f401219f06ea04577cacca;hb=44ec46a9dff34d0d0d207741094b3a8ebd0e5324;hp=cb58eb607e4a3a3f24862bc701e86adfb06fb45b;hpb=8c1f5f0f1f9c36ef5465512753efeff36758ba7d;p=git.git diff --git a/server-info.c b/server-info.c index cb58eb607..2b3aecab4 100644 --- a/server-info.c +++ b/server-info.c @@ -70,7 +70,7 @@ static struct pack_info { int nr_alloc; int nr_heads; unsigned char (*head)[20]; - char dep[]; /* more */ + char dep[0]; /* more */ } **info; static int num_pack; static const char *objdir;