aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libroff.h
diff options
context:
space:
mode:
Diffstat (limited to 'libroff.h')
-rw-r--r--libroff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libroff.h b/libroff.h
index 251c22a8..b6883638 100644
--- a/libroff.h
+++ b/libroff.h
@@ -1,4 +1,4 @@
-/* $Id: libroff.h,v 1.9 2010/12/30 10:26:00 kristaps Exp $ */
+/* $Id: libroff.h,v 1.10 2010/12/31 14:52:41 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -101,6 +101,7 @@ struct tbl {
struct tbl_row *last_row;
struct tbl_span *first_span;
struct tbl_span *last_span;
+ struct tbl *next;
};
#define TBL_MSG(tblp, type, line, col) \