X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fxforms%2Fcount.c;h=4fb889b17717ae3a0dec8bc98ee5a81ea6e219b9;hb=2b5831d68df1824881f9117bf2297957a6e49f64;hp=8ce2d12576697beb5562fc65fc4a03522ce2a9a0;hpb=b5c82cc9aabe7e641011130240ae1b2e84348e23;p=pspp diff --git a/src/language/xforms/count.c b/src/language/xforms/count.c index 8ce2d12576..4fb889b177 100644 --- a/src/language/xforms/count.c +++ b/src/language/xforms/count.c @@ -352,7 +352,7 @@ count_trns_proc (void *trns_, struct ccase **c, static bool count_trns_free (void *trns_) { - struct count_trns *trns = (struct count_trns *) trns_; + struct count_trns *trns = trns_; pool_destroy (trns->pool); return true; }