X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg.h;h=bab3205f04c2a5857de1e237d372903871e35567;hb=f0c778c7a030530634fa637f1b2f9fc543ef82e4;hp=adb9f16d8bf1c3fb7de898c75c64cb7e2c3ecd2c;hpb=55c91d31974b42128462792cec99ec085ad1da03;p=pspp-builds.git diff --git a/src/math/linreg.h b/src/math/linreg.h index adb9f16d..bab3205f 100644 --- a/src/math/linreg.h +++ b/src/math/linreg.h @@ -220,5 +220,5 @@ void pspp_linreg_set_indep_variable_mean (pspp_linreg_cache *, const struct vari /* Regression using only the covariance matrix. */ -int pspp_linreg_with_cov (const struct design_matrix *, pspp_linreg_cache *); +void pspp_linreg_with_cov (const struct design_matrix *, pspp_linreg_cache *); #endif