From 78715f65c92a8892960e2a5fce945496939f8599 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 8 Sep 2009 22:11:04 +0200 Subject: fix randonm findings from llvm-clang-analyzer Thanks to Lennart for the log file! --- extras/collect/collect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/collect/collect.c') diff --git a/extras/collect/collect.c b/extras/collect/collect.c index c4523f1d18..0069dea0df 100644 --- a/extras/collect/collect.c +++ b/extras/collect/collect.c @@ -331,8 +331,8 @@ static void everybody(void) case STATE_CONFIRMED: state = "confirmed"; break; - fprintf(stderr, "ID: %s=%s\n", him->name, state); } + fprintf(stderr, "ID: %s=%s\n", him->name, state); } } -- cgit v1.2.3-54-g00ecf