X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fnp.c;h=d297168c5967110f050f7a04de850e3438d4d2d8;hb=2f3f4d9b20e0cde593fad4137cdc48922a38c3da;hp=dd21b1f3625bca10deab0a27dd45a1eff6d43c4f;hpb=71f9b6d6c14525cd41ba77c9fd50aa13d0da830c;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,