]> git.ipfire.org Git - thirdparty/git.git/commit - notes.c
notes.c: rearrange xcalloc arguments
authorBrian Gesiak <modocache@gmail.com>
Mon, 26 May 2014 15:33:52 +0000 (00:33 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2014 21:02:45 +0000 (14:02 -0700)
commit65bbf082c27bcc4544511b642fb311e5f3c21722
tree2a66924f5fa664549dc06dbc9e76afa696c13b38
parent3345c0f5b98be4e2b567bc22dc200395468cabd6
notes.c: rearrange xcalloc arguments

xcalloc() takes two arguments: the number of elements and their size.
notes.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>
notes.c