refs.c::do_for_each_ref(): Finish error message lines with "\n"
authorJunio C Hamano <junkio@cox.net>
Thu, 9 Mar 2006 20:59:16 +0000 (12:59 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 9 Mar 2006 20:59:16 +0000 (12:59 -0800)
We used fprintf() to show an error message without terminating
it with LF; use error() for that.

cf. c401cb48e77459a4ccad76888ad31bef252facc5

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found