diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-20 21:58:38 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-20 21:58:38 +0000 |
commit | 6907507e9490a89668a79a58931609f62c65bbb5 (patch) | |
tree | d353f95b76f47cdadab487f70aad7b03bab7ee71 /ascii.c | |
parent | 16bb9f263ca4c8015cd2b9ae9b78922a9fb190d3 (diff) | |
download | mandoc-6907507e9490a89668a79a58931609f62c65bbb5.tar.gz |
Lintification.
Diffstat (limited to 'ascii.c')
-rw-r--r-- | ascii.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -92,7 +92,6 @@ term_ascii2htab(void) if (NULL == (tab = malloc(sizeof(struct asciitab)))) err(1, "malloc"); - assert(0 == sizeof(lines) % sizeof(struct line)); len = sizeof(lines) / sizeof(struct line); if (NULL == (p = calloc((size_t)len, sizeof(struct linep)))) |