diff options
author | Florian Forster <octo@verplant.org> | 2006-06-18 17:18:07 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-18 21:19:10 -0700 |
commit | 571ea603a6464cab86dad2d470034e0f3b6e67df (patch) | |
tree | 887c8dc82ceb23b7ad1fe5c081418cbdc81067e7 /ctype.c | |
parent | Cast pointers to `void *' when used in a format. (diff) | |
download | tgif-571ea603a6464cab86dad2d470034e0f3b6e67df.tar.xz |
Don't use empty structure initializers.
Empty initializers for structures are not allowed in ANSI C99. This patch
removes such an initializer from `builtin-read-tree.c'. Since the struct was
static (and is therefore implicitely initialized to zero anyway) it wasn't
actually needed.
Signed-off-by: Florian Forster <octo@verplant.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'ctype.c')
0 files changed, 0 insertions, 0 deletions