More constness/namespace policing
[pspp-builds.git] / src / language / stats / oneway.q
index 0b75608a761b482286eb3df470d233477e576da6..9b5a36bc415d29af40ce66778d5157c564550636 100644 (file)
@@ -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 */