bulk changes, forgot what ;-)

This commit is contained in:
2021-09-08 16:51:29 +02:00
parent 10f4f8572d
commit 9a3d216a65
6 changed files with 8 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ int main(int ac, char **av)
res = measure(b1, b2, goal, start);
printf(" pos=%d count=%d goal=%d liters=%d\n",
res.possible, res.move_count, res.goal_bucket,
##res.other_bucket_liters);
res.other_bucket_liters);
}
}
#endif