Changed int to bool in dict_get_weight and sort_active_file_in_place
[pspp-builds.git] / src / language / stats / examine.q
index c930cf01d3a54ecb3217d565230e0d827853bd30..443aaa17f3f9e2c914b78327368b06b1e016d4e0 100644 (file)
@@ -618,7 +618,7 @@ void populate_summary(struct tab_table *t, int col, int row,
 
 
 
-static int bad_weight_warn = 1;
+static bool bad_weight_warn = true;
 
 
 /* Perform calculations for the sub factors */