summaryrefslogtreecommitdiff
path: root/extras/collect/collect.c
diff options
context:
space:
mode:
Diffstat (limited to 'extras/collect/collect.c')
-rw-r--r--extras/collect/collect.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}