diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-29 14:14:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-29 14:14:21 +0000 |
commit | 984026174354a406cd626774192234c2d00ccbbb (patch) | |
tree | 1805564f4bd8e7ef5a5a2cf386fc343edd55ed89 /html4_strict.c | |
parent | afac8c1eebed17d57ca78b1d322b71cc1f48af97 (diff) | |
download | mandoc-984026174354a406cd626774192234c2d00ccbbb.tar.gz |
Inclusion of "real" validation code.
Diffstat (limited to 'html4_strict.c')
-rw-r--r-- | html4_strict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html4_strict.c b/html4_strict.c index 68a02730..5f94930a 100644 --- a/html4_strict.c +++ b/html4_strict.c @@ -25,7 +25,7 @@ /* ARGSUSED */ int -md_line_html4_strict(void *data, char *buf, size_t sz) +md_line_html4_strict(void *data, char *buf) { return(1); |