Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Replace zero-length array decls with [].
[gitweb.git]
/
ls-files.c
diff --git
a/ls-files.c
b/ls-files.c
index 2c7aada88cc582dfee7ba19d1e6ae717e23d8e03..56f3919e069eb7390ff1f06ff25a0cc9c420e8a8 100644
(file)
--- a/
ls-files.c
+++ b/
ls-files.c
@@
-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;