summaryrefslogtreecommitdiffstats
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-22 10:07:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-22 10:07:01 +0000
commit0319a3b51b09894dac47f90dd810d4b5c1f475dc (patch)
treea220d625659346762537c0c9413cd449d2ab46d2 /chars.c
parente91c8c858c8cdd999f3dda62d2c69dda0e5e1da1 (diff)
downloadmandoc-0319a3b51b09894dac47f90dd810d4b5c1f475dc.tar.gz
Many more characters for HMTL (mostly Greek).
Diffstat (limited to 'chars.c')
-rw-r--r--chars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chars.c b/chars.c
index 5115816c..603cc8b1 100644
--- a/chars.c
+++ b/chars.c
@@ -38,7 +38,7 @@ struct ln {
#define CHARS_BOTH (0x03)
};
-#define LINES_MAX 266
+#define LINES_MAX 267
#define CHAR(w, x, y, z, a, b) \
{ NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },