X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Foneway.q;h=9b5a36bc415d29af40ce66778d5157c564550636;hb=8eac4df36306cd357bba29ffbfaddc537fc0be47;hp=0b75608a761b482286eb3df470d233477e576da6;hpb=e40c90b1b6dbd03ce58046ada7f4ddb5a6b4b354;p=pspp-builds.git diff --git a/src/language/stats/oneway.q b/src/language/stats/oneway.q index 0b75608a..9b5a36bc 100644 --- a/src/language/stats/oneway.q +++ b/src/language/stats/oneway.q @@ -88,7 +88,7 @@ static struct hsh_table *global_group_hash ; /* The number of distinct values of the independent variable, when all missing values are disregarded */ -static int ostensible_number_of_groups=-1; +static int ostensible_number_of_groups = -1; /* Function to use for testing for missing values */