diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-28 23:02:01 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-28 23:02:01 -0700 |
commit | 10d781b9caa4f71495c7b34963bef137216f86a8 (patch) | |
tree | eec73f3aec2ea1255bb3e131bd54e0a04e64d0f2 /ls-files.c | |
parent | [PATCH] tutorial note about git branch (diff) | |
parent | Replace C99 array initializers with code. (diff) | |
download | tgif-10d781b9caa4f71495c7b34963bef137216f86a8.tar.xz |
Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git
Diffstat (limited to 'ls-files.c')
-rw-r--r-- | ls-files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ls-files.c b/ls-files.c index e53d245884..0d79104e0d 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; |