aboutsummaryrefslogtreecommitdiff
path: root/brandt.c
diff options
context:
space:
mode:
Diffstat (limited to 'brandt.c')
-rw-r--r--brandt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/brandt.c b/brandt.c
index 337de57..dab0ad2 100644
--- a/brandt.c
+++ b/brandt.c
@@ -107,7 +107,7 @@ seller_start (void *arg)
107 if (0 == (ad->n = ad->start (ad->closure))) 107 if (0 == (ad->n = ad->start (ad->closure)))
108 { 108 {
109 weprintf ("no bidders registered for auction"); 109 weprintf ("no bidders registered for auction");
110 /** todo: somehow mark auction as done / ready for cleanup */ 110 ad->result (ad->closure, NULL, 0);
111 return; 111 return;
112 } 112 }
113 113