]> git.ozlabs.org Git - ccan/blobdiff - ccan/antithread/examples/arabella.c
antithread: update example Makefile and arabella example.
[ccan] / ccan / antithread / examples / arabella.c
index 61040aa5fe6c3f3e6b836570cc265750ecba7e3a..5409a6564c01ab2e3cacbba18da8db2a005eac35 100644 (file)
@@ -377,7 +377,7 @@ static struct drawing *breed_drawing(const void *ctx,
 
 /* This is our anti-thread.  It does the time-consuming operation of
  * breeding two drawings together and scoring the result. */
 
 /* This is our anti-thread.  It does the time-consuming operation of
  * breeding two drawings together and scoring the result. */
-static void *breeder(struct at_pool *atp, const struct image *master)
+static void *breeder(struct at_pool *atp, struct image *master)
 {
        const struct drawing *a, *b;
 
 {
        const struct drawing *a, *b;