Constness
[pspp-builds.git] / src / math / coefficient.c
index 4f987612ff07d727e60d750b3395d19a3a3e0ac2..5872b576fabfc82227aac28dae759ec43ded96ac 100644 (file)
@@ -153,7 +153,7 @@ pspp_coeff_get_var (struct pspp_coeff *coef, int i)
   categorical, and has more than one coefficient, use the VAL to find
   its coefficient.
  */
-const struct pspp_coeff *
+struct pspp_coeff *
 pspp_coeff_var_to_coeff (const struct variable *v, struct pspp_coeff **coefs, 
                         size_t n_coef, const union value *val)
 {