shithub: puzzles

Download patch

ref: 67178751e923691e76b410dc90bea3cfb24ae7af
parent: 44e2690abb523aa60558ca6326eaeb9ce6287454
author: Jonas Kölker <jonaskoelker@yahoo.com>
date: Sun Oct 18 17:05:11 EDT 2015

Fix a comment in Tents (it said 'tents' instead of 'trees').

--- a/tents.c
+++ b/tents.c
@@ -1063,7 +1063,7 @@
 	j = maxflow(w*h+2, w*h+1, w*h, nedges, edges, capacity, flow, NULL);
 
 	if (j < ntrees)
-	    continue;		       /* couldn't place all the tents */
+	    continue;		       /* couldn't place all the trees */
 
 	/*
 	 * We've placed the trees. Now we need to work out _where_