Make pspp_linreg_with_cov() void, since it doesn't actually return a value.
[pspp-builds.git] / src / math / linreg.c
index f2897e8e8d2461cd3c4a4484335bcca2bb0ba1c3..48db78a82c5af8340a017f2e97da25dba1c0c6c5 100644 (file)
@@ -719,7 +719,7 @@ rearrange_covariance_matrix (const struct design_matrix *cov, pspp_linreg_cache
   having to alter it. The problem is that this means the caller must
   set CACHE->N_COEFFS.
 */
-int
+void
 pspp_linreg_with_cov (const struct design_matrix *full_cov, 
                      pspp_linreg_cache * cache)
 {