Fixed the calculation of percentiles and added --syntax and --algorithm options
[pspp-builds.git] / src / command.h
index 423a8a30195a9e0802a10f1cf2cc8d4bc6cc648a..f4113982830ca691aec23034d36b8217533c6021 100644 (file)
@@ -37,7 +37,7 @@ enum
     CMD_SUCCESS,               /* Command successfully parsed and executed. */
     CMD_PART_SUCCESS_MAYBE,    /* Command may have been partially executed. */
     CMD_PART_SUCCESS,          /* Command fully executed up to error. */
-    CMD_TRAILING_GARBAGE,      /* Command followed by garbage. */
+    CMD_TRAILING_GARBAGE       /* Command followed by garbage. */
   };
 
 extern int pgm_state;