Fixed the calculation of percentiles and added --syntax and --algorithm options
[pspp-builds.git] / src / var.h
index 21b23faccf040a9282fe97a3747feb4ba2613a4b..faf2cd2bd55d5945b09a1f0ede395f5e47c7fe10 100644 (file)
--- a/src/var.h
+++ b/src/var.h
@@ -433,7 +433,7 @@ enum
     PV_NUMERIC = 0020,         /* Vars must be numeric. */
     PV_STRING = 0040,          /* Vars must be string. */
     PV_SAME_TYPE = 00100,      /* All vars must be the same type. */
-    PV_NO_SCRATCH = 00200,     /* Disallow scratch variables. */
+    PV_NO_SCRATCH = 00200      /* Disallow scratch variables. */
   };
 
 struct variable *parse_variable (void);