X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcategory.c;h=8184990d224b58ca86cf9da3545d887c050cb040;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=ac8664c4ce72723a58b39920e5332dfe8bbe0efb;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/data/category.c b/src/data/category.c index ac8664c4..8184990d 100644 --- a/src/data/category.c +++ b/src/data/category.c @@ -142,7 +142,7 @@ cat_subscript_to_value (const size_t s, const struct variable *v) /* Return the number of categories of a categorical variable. */ -size_t +size_t cat_get_n_categories (const struct variable *v) { return var_get_obs_vals (v)->n_categories;