X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fnp.h;h=4bd86e526f26095cdc0ae49045e017feaf7fc0bd;hb=417da434cb315f48cd0cca4f9fb9e7938bf52e54;hp=998bee089e20fd66f83288fe4d42fb4de1ea8b9c;hpb=a0f35d732a51ffbe8405897170ddfc9de158e20f;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