Constness
[pspp] / src / math / linreg.c
index 8ac19a6b91945366c5d1cb0b56ec395df69907aa..b3ab58754fd4e5471dc8f9201beca0cae020445a 100644 (file)
@@ -554,7 +554,7 @@ pspp_linreg_residual (const struct variable **predictors,
   Which coefficient is associated with V? The VAL argument is relevant
   only to categorical variables.
  */
-const struct pspp_coeff *
+struct pspp_coeff *
 pspp_linreg_get_coeff (const pspp_linreg_cache * c,
                       const struct variable *v, const union value *val)
 {