Replace zero-length array decls with [].
[git.git] / server-info.c
index 2b3aeca..cb58eb6 100644 (file)
@@ -70,7 +70,7 @@ static struct pack_info {
        int nr_alloc;
        int nr_heads;
        unsigned char (*head)[20];
-       char dep[0]; /* more */
+       char dep[]; /* more */
 } **info;
 static int num_pack;
 static const char *objdir;