help.c: give correct structure's size to memset()
commit0b74f5dc3a27a058cd5dfe45b5ada4d2853dc447
authorJohan Herland <johan@herland.net>
Tue, 11 Aug 2009 10:10:21 +0000 (11 12:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Aug 2009 23:14:31 +0000 (12 16:14 -0700)
tree1f51e6428847fb5c464c719248ce2d926d32d8ae
parent75f492ace708afb4603b922a99ced318d980b8d5
help.c: give correct structure's size to memset()

These two structures are of the same type, but we'd better be consistent.

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c