X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fdescriptives.c;h=a4b8e53b8344e5b5e31b9665904f5153ebb660fa;hb=29ff1e6f7b8220c0800740e525381053ca53d2d4;hp=e2cb058aa9048c40511b963ec1724e55121fd0ef;hpb=918329b9f5491e695130870da8b34cf19203280f;p=pspp diff --git a/src/language/stats/descriptives.c b/src/language/stats/descriptives.c index e2cb058aa9..a4b8e53b83 100644 --- a/src/language/stats/descriptives.c +++ b/src/language/stats/descriptives.c @@ -1004,7 +1004,7 @@ display (struct dsc_proc *dsc) table, PIVOT_AXIS_ROW, N_("Variable")); for (size_t i = 0; i < dsc->var_cnt; i++) { - struct dsc_var *dv = &dsc->vars[i]; + const struct dsc_var *dv = &dsc->vars[i]; int row = pivot_category_create_leaf (variables->root, pivot_value_new_variable (dv->v));