X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fnp.h;h=4bd86e526f26095cdc0ae49045e017feaf7fc0bd;hb=cbab34f8cd28876f9b1d67d2ad10b312181bf2f6;hp=998bee089e20fd66f83288fe4d42fb4de1ea8b9c;hpb=4821381dc228344ea2b879e6c1ce108912fd4e6f;p=pspp diff --git a/src/math/np.h b/src/math/np.h index 998bee089e..4bd86e526f 100644 --- a/src/math/np.h +++ b/src/math/np.h @@ -53,7 +53,6 @@ struct np struct casewriter *writer; }; - -struct np * np_create (double n, double mean, double var); +struct np *np_create (double n, double mean, double var); #endif