]> git.cameronkatri.com Git - mandoc.git/blobdiff - chars.c
The "value" argument to the roff(7) .nr requests ends right before
[mandoc.git] / chars.c
diff --git a/chars.c b/chars.c
index 8b4f6b643768c455ecbb46cada497cc599252985..3ad1f57471c65bf8cfb21cbe779193779ffb0c84 100644 (file)
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/*     $Id: chars.c,v 1.53 2013/05/18 16:40:15 schwarze Exp $ */
+/*     $Id: chars.c,v 1.54 2013/06/20 22:39:30 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -37,7 +37,7 @@ struct        ln {
        int               unicode;
 };
 
-#define        LINES_MAX         328
+#define        LINES_MAX         329
 
 #define CHAR(in, ch, code) \
        { NULL, (in), (ch), (code) },