tab: Merge struct tab_table into struct table.
[pspp] / tests / output / render-test.c
index 961ff59a86142f111853a40f8c56cf68b646d60f..506afbf09176501e2c44b6c00cd23c41adb922e9 100644 (file)
@@ -360,7 +360,7 @@ replace_newlines (char *p)
 static struct table *
 read_table (FILE *stream)
 {
-  struct tab_table *tab;
+  struct table *tab;
   char buffer[1024];
   int input[6];
   int n_input = 0;
@@ -476,7 +476,7 @@ read_table (FILE *stream)
               }
         }
 
-  return &tab->table;
+  return tab;
 }
 
 static void