X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fantithread%2Fexamples%2Farabella.c;h=5409a6564c01ab2e3cacbba18da8db2a005eac35;hp=61040aa5fe6c3f3e6b836570cc265750ecba7e3a;hb=1f6476b05d7429d0363cb0157b8df4d9fdc690e1;hpb=f3c60f90c23c7064aee5870e1e04947b799f9419 diff --git a/ccan/antithread/examples/arabella.c b/ccan/antithread/examples/arabella.c index 61040aa5..5409a656 100644 --- a/ccan/antithread/examples/arabella.c +++ b/ccan/antithread/examples/arabella.c @@ -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. */ -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;