Constness and global namespace patrol.
[pspp-builds.git] / src / language / data-io / print-space.c
index 86d94cbcdc0134451435e9d560d1ff1bf14a9bf7..4414bb16a6abae96a5505dd7bcfe414b05ff4514 100644 (file)
@@ -41,8 +41,7 @@ struct print_space_trns
   {
     struct dfm_writer *writer;  /* Output data file. */
     struct expression *expr;   /* Number of lines; NULL means 1. */
-  }
-print_space_trns;
+  };
 
 static trns_proc_func print_space_trns_proc;
 static trns_free_func print_space_trns_free;