help: fix the size passed to qsort
commitd333ac178547946271afc41885d3ea9914500a47
authorStefan Beller <stefanbeller@gmail.com>
Wed, 17 Sep 2014 12:14:39 +0000 (17 14:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Sep 2014 17:17:53 +0000 (18 10:17 -0700)
treeaa1a21d20ce80333339c0c4739f770ac168d1cb2
parent746c221ad063854e23661f6898c002c8726f5dad
help: fix the size passed to qsort

We actually want to have the size of one 'name' and not the size
of the pointer.

Signed-off-by: Stefan Beller <stefanbeller@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c