summaryrefslogtreecommitdiffstats
path: root/contrib/mdocml/chars.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/mdocml/chars.c')
-rw-r--r--contrib/mdocml/chars.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/mdocml/chars.c b/contrib/mdocml/chars.c
index fe0b17d..6b5eba9 100644
--- a/contrib/mdocml/chars.c
+++ b/contrib/mdocml/chars.c
@@ -1,4 +1,4 @@
-/* $Id: chars.c,v 1.65 2014/10/29 00:17:43 schwarze Exp $ */
+/* $Id: chars.c,v 1.66 2015/02/17 20:37:16 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -38,7 +38,7 @@ struct ln {
int unicode;
};
-#define LINES_MAX 330
+#define LINES_MAX 332
#define CHAR(in, ch, code) \
{ NULL, (in), (ch), (code) },
OpenPOWER on IntegriCloud