X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable.c;h=0667c067350ac0730a97a650ffe4e0d35f1d35df;hb=8dd405d0900f29f69e54726a79045c119146de89;hp=b7afb8f81f24fe4542bedbd6f9e484302de1f3cf;hpb=7ee8dbfc15aa4580c2132e53b64f13815fc93c62;p=pspp diff --git a/src/output/table.c b/src/output/table.c index b7afb8f81f..0667c06735 100644 --- a/src/output/table.c +++ b/src/output/table.c @@ -356,7 +356,7 @@ static const struct table_class table_nested_class; struct table * table_create_nested (struct table *inner) { - return table_create_nested_item (table_item_create (inner, NULL)); + return table_create_nested_item (table_item_create (inner, NULL, NULL)); } /* Creates and returns a table with a single cell that contains INNER.