Make pspp_linreg_with_cov() void, since it doesn't actually return a value.
[pspp-builds.git] / src / math / linreg.h
index adb9f16d8bf1c3fb7de898c75c64cb7e2c3ecd2c..bab3205f04c2a5857de1e237d372903871e35567 100644 (file)
@@ -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