html: Pop up tooltip with table notes in output.
[pspp] / tests / output / render-test.c
index 6b0aa73c4a049a0593acaa3e610905ead457d206..0e07f87dc16f6ef8e3ce9ebf97196ca37c525127 100644 (file)
@@ -114,7 +114,7 @@ main (int argc, char **argv)
         }
 
       table = tables[n_tables - 1];
-      table_item_submit (table_item_create (table, NULL, NULL));
+      table_item_submit (table_item_create (table, NULL, NULL, NULL));
       free (tables);
     }
   else