X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=ls-files.c;h=0d79104e0dd16c77c10a7db43c1afce3fc733160;hb=8c1f5f0f1f9c36ef5465512753efeff36758ba7d;hp=e53d245884ab14f85824fd6c1b891481c8b1f849;hpb=3857284f7b892f855edffc5b9c196a0dd74b1b7d;p=git.git diff --git a/ls-files.c b/ls-files.c index e53d2458..0d79104e 100644 --- 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;