X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fnp.c;fp=src%2Fmath%2Fnp.c;h=d297168c5967110f050f7a04de850e3438d4d2d8;hb=b9f712f8911170fcc049c6d7d83b6887185de4dd;hp=dd21b1f3625bca10deab0a27dd45a1eff6d43c4f;hpb=2a76184b55a8c229adc0b31d3436d29076de0ef8;p=pspp diff --git a/src/math/np.c b/src/math/np.c index dd21b1f362..d297168c59 100644 --- a/src/math/np.c +++ b/src/math/np.c @@ -93,9 +93,9 @@ np_create (double n, double mean, double var) *np = (struct np) { .parent = { .parent = { - .accumulate = acc, .destroy = destroy, }, + .accumulate = acc, }, .n = n, .mean = mean,