Code

Replace zero-length array decls with [].
[git.git] / ls-files.c
index 2c7aada88cc582dfee7ba19d1e6ae717e23d8e03..56f3919e069eb7390ff1f06ff25a0cc9c420e8a8 100644 (file)
@@ -205,7 +205,7 @@ static int excluded(const char *pathname)
 
 struct nond_on_fs {
        int len;
-       char name[0];
+       char name[];
 };
 
 static struct nond_on_fs **dir;