output: Move text_item and group_item usage closer to the SPV model.
[pspp] / src / language / data-io / print-space.c
index 9f27da80f495b396bfebebab7c210de952a593cc..555cdfa405031dde23a81f4e6f3a87a5643a5649 100644 (file)
@@ -134,7 +134,7 @@ print_space_trns_proc (void *t_, struct ccase **c,
 
   while (n--)
     if (trns->writer == NULL)
-      text_item_submit (text_item_create (TEXT_ITEM_BLANK_LINE, ""));
+      text_item_submit (text_item_create (TEXT_ITEM_LOG, ""));
     else
       dfm_put_record (trns->writer, " ", 1); /* XXX */