]> git.ipfire.org Git - thirdparty/git.git/commit - utf8.c
strbuf_add_wrapped*(): Remove unused return value
authorSteffen Prohaska <prohaska@zib.de>
Tue, 11 Dec 2012 05:59:22 +0000 (06:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Dec 2012 18:05:17 +0000 (10:05 -0800)
commite0db1765c3bb108b55ebf82b4e5962f9d1f5e5b7
tree9c75bfe3aedbc13d950a9f11b4e2b5b17c25b67c
parent5b59708268c82262fb13fb8681663dd158b030bd
strbuf_add_wrapped*(): Remove unused return value

Since shortlog isn't using the return value anymore (see previous
commit), the functions can be changed to void.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
utf8.c
utf8.h