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