X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fbox-whisker.c;fp=src%2Fmath%2Fbox-whisker.c;h=e0fbbe94b2e1d61a103520f3c96789c0ba19519c;hb=b9f712f8911170fcc049c6d7d83b6887185de4dd;hp=86277333ff4ec67611833860d2402611dfd133a3;hpb=2a76184b55a8c229adc0b31d3436d29076de0ef8;p=pspp diff --git a/src/math/box-whisker.c b/src/math/box-whisker.c index 86277333ff..e0fbbe94b2 100644 --- a/src/math/box-whisker.c +++ b/src/math/box-whisker.c @@ -151,9 +151,9 @@ box_whisker_create (const struct tukey_hinges *th, *w = (struct box_whisker) { .parent = { .parent = { - .accumulate = acc, .destroy = destroy, }, + .accumulate = acc, }, .hinges = { hinges[0], hinges[1], hinges[2] }, .whiskers = { SYSMIS, hinges[2] },