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)
commitf61c2c970c08653ade940fce678c7591abcfcde4
treed38da0d4b63558fcefc678ae099db5ea9daf9936
parenta87cd02ce02e97083eb76eb8b9bfeb2e46800fd7
refs.c::do_for_each_ref(): Finish error message lines with "\n"

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>
refs.c