=================================================================== RCS file: /cvs/mandoc/tbl_data.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- mandoc/tbl_data.c 2012/05/27 17:54:54 1.25 +++ mandoc/tbl_data.c 2013/05/31 21:37:17 1.26 @@ -1,4 +1,4 @@ -/* $Id: tbl_data.c,v 1.25 2012/05/27 17:54:54 schwarze Exp $ */ +/* $Id: tbl_data.c,v 1.26 2013/05/31 21:37:17 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -185,7 +185,7 @@ newspan(struct tbl_node *tbl, int line, struct tbl_row dp = mandoc_calloc(1, sizeof(struct tbl_span)); dp->line = line; - dp->tbl = &tbl->opts; + dp->opts = &tbl->opts; dp->layout = rp; dp->head = tbl->first_head;