Added Levene test. Added T-TEST section to pspp.texi
[pspp-builds.git] / src / dfm.c
index b5023a82ef9caeeb0c6af468d6c90ea27ec9051d..9905b6b3e25f8cc8c688a1bde3b268dbf2b61457 100644 (file)
--- a/src/dfm.c
+++ b/src/dfm.c
@@ -669,7 +669,7 @@ cmd_begin_data (void)
   /* We don't actually read from the inline file.  The input procedure
      is what reads from it. */
   getl_prompt = GETL_PRPT_DATA;
-  procedure (NULL, NULL, NULL);
+  procedure (NULL, NULL, NULL, NULL);
 
   ext = inline_file->ext;