builtin/remote.c: rearrange xcalloc arguments
commit380694544d3e5e882c0f62be372c666911c405b2
authorBrian Gesiak <modocache@gmail.com>
Mon, 26 May 2014 15:33:44 +0000 (27 00:33 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2014 21:00:43 +0000 (27 14:00 -0700)
treeeef4b1be0217c2042f46ceeabb114637139dcb1a
parentedd2d8466523094c9b14762e402b0de15d68fec0
builtin/remote.c: rearrange xcalloc arguments

xcalloc() takes two arguments: the number of elements and their size.
builtin/remote.c includes several calls to xcalloc() that pass the
arguments in reverse order.

Rearrange them so they are in the correct order.

Signed-off-by: Brian Gesiak <modocache@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/remote.c