X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Frender-test.c;fp=tests%2Foutput%2Frender-test.c;h=0d6f9684f30a6f87457f06105b7519a4b4bd5155;hb=8dd405d0900f29f69e54726a79045c119146de89;hp=d051200c3cadba4f1f4c00a157755694701e45eb;hpb=7ee8dbfc15aa4580c2132e53b64f13815fc93c62;p=pspp diff --git a/tests/output/render-test.c b/tests/output/render-test.c index d051200c3c..0d6f9684f3 100644 --- a/tests/output/render-test.c +++ b/tests/output/render-test.c @@ -115,7 +115,7 @@ main (int argc, char **argv) table = tables[n_tables - 1]; if (transpose) table = table_transpose (table); - table_item_submit (table_item_create (table, NULL)); + table_item_submit (table_item_create (table, NULL, NULL)); } else draw (input); @@ -475,7 +475,7 @@ read_table (FILE *stream, struct table **tables, size_t n_tables) error (1, 0, "unexpected subtable modifier \"%c\"", *text); } tab_subtable (tab, c, r, c + cs - 1, r + rs - 1, opt, - table_item_create (table, NULL)); + table_item_create (table, NULL, NULL)); } else {