Don't use empty structure initializers.
authorFlorian Forster <octo@verplant.org>
Sun, 18 Jun 2006 14:55:24 +0000 (16:55 +0200)
committerFlorian Forster <octo@verplant.org>
Sun, 18 Jun 2006 14:55:24 +0000 (16:55 +0200)
commit91df4330d35f1f1670dd04af0a14f1ca84a72b2b
tree585a6e1da13d20030f1523c46f49750bc23b8fc8
parent372bb52dd567d39c3e64919e100ae9bd8af603ca
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.
builtin-read-tree.c