commit | 04f086071e780d921f6dac83b5ffc21c3a2d7bb6 | [log] [tgz] |
---|---|---|
author | Florian Forster <octo@verplant.org> | Sun Jun 18 17:18:06 2006 +0200 |
committer | Junio C Hamano <junkio@cox.net> | Sun Jun 18 21:19:10 2006 -0700 |
tree | 98938c8fdcf7f629defb0339695d4e66309239d6 | |
parent | b4b1550315c6184ea50936be305a4f1c78ad16a8 [diff] |
Cast pointers to `void *' when used in a format. ANSI C99 requires void-pointers when using the `%p' format. This patch adds the neccessary cast in `blame.c'. Signed-off-by: Florian Forster <octo@verplant.org> Signed-off-by: Junio C Hamano <junkio@cox.net>