X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fbox-whisker.c;h=e0fbbe94b2e1d61a103520f3c96789c0ba19519c;hb=a03c3e402280d7aff95aeb19398a9207807507c9;hp=86277333ff4ec67611833860d2402611dfd133a3;hpb=a822e094bd5fcc22752804ecb5c9267a1268b9ba;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] },