summaryrefslogtreecommitdiffstatshomepage
path: root/html4_strict.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-29 14:14:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-29 14:14:21 +0000
commit344abfe1dd84dad326b359cadfbb4094a60e74d7 (patch)
tree792423cf38d6cecebbd7655abed67aacc4958090 /html4_strict.c
parent24ab2f2f835520af37cfd66dd0ff850d758a3d71 (diff)
downloadmandoc-344abfe1dd84dad326b359cadfbb4094a60e74d7.tar.gz
mandoc-344abfe1dd84dad326b359cadfbb4094a60e74d7.tar.zst
mandoc-344abfe1dd84dad326b359cadfbb4094a60e74d7.zip
Inclusion of "real" validation code.
Diffstat (limited to 'html4_strict.c')
-rw-r--r--html4_strict.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/html4_strict.c b/html4_strict.c
index 1fdf2d5b..fcbc13d0 100644
--- a/html4_strict.c
+++ b/html4_strict.c
@@ -1,4 +1,4 @@
-/* $Id: html4_strict.c,v 1.8 2008/11/25 12:14:02 kristaps Exp $ */
+/* $Id: html4_strict.c,v 1.9 2008/11/29 14:14:21 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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);