X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ls-files.c;h=56f3919e069eb7390ff1f06ff25a0cc9c420e8a8;hb=6c5f9baa3bc0d63e141e0afc23110205379905a4;hp=2c7aada88cc582dfee7ba19d1e6ae717e23d8e03;hpb=2a29da7c6d6103c4719c71f6cce88e853260912c;p=git.git diff --git a/ls-files.c b/ls-files.c index 2c7aada8..56f3919e 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;