diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-22 23:53:54 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-22 23:53:54 +0000 |
commit | f64bbf4dd52ba1784bd58528b49c64503687d995 (patch) | |
tree | af4770f7d7712370d556d5dceeae9e351c9e6631 /man_html.c | |
parent | 88550d3ab5f0d432b6f5577342f5907c1ab4268b (diff) | |
download | mandoc-f64bbf4dd52ba1784bd58528b49c64503687d995.tar.gz |
Fix broken compilation, hopefully before anybody notices.
Diffstat (limited to 'man_html.c')
-rw-r--r-- | man_html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ static const struct htmlman mans[MAN_MAX] = { { man_ign_pre, NULL }, /* Vb */ { NULL, NULL }, /* Ve */ { man_ign_pre, NULL }, /* AT */ - { man-in_pre, NULL }, /* in */ + { NULL, NULL }, /* in */ }; |