X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcategoricals.c;h=df26c1602e8735da1bb45abd65e5c973f47c46c8;hb=b4a1fe2442a0b6fc8716e92574d33726d7170fe8;hp=c544f97e98000ade273bd78785bd9a9a4b924e1b;hpb=f9054cdd455bb3368161d6e3f400bd373f7044ba;p=pspp diff --git a/src/math/categoricals.c b/src/math/categoricals.c index c544f97e98..df26c1602e 100644 --- a/src/math/categoricals.c +++ b/src/math/categoricals.c @@ -181,7 +181,7 @@ lookup_value (const struct hmap *map, const struct variable *var, const union va struct categoricals * -categoricals_create (const struct variable **v, size_t n_vars, +categoricals_create (const struct variable *const *v, size_t n_vars, const struct variable *wv, enum mv_class exclude) { size_t i;