sha1write: make buffer const-correct
authorJeff King <peff@peff.net>
Thu, 24 Oct 2013 17:59:49 +0000 (13:59 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Oct 2013 22:44:18 +0000 (15:44 -0700)
We are passed a "void *" and write it out without ever
touching it; let's indicate that by using "const".

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found