=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/tbl_html.c,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/mandoc/tbl_html.c 2015/01/30 17:31:20 1.11 --- src/usr.bin/mandoc/tbl_html.c 2015/10/06 18:30:44 1.12 *************** *** 1,6 **** ! /* $OpenBSD: tbl_html.c,v 1.11 2015/01/30 17:31:20 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above --- 1,7 ---- ! /* $OpenBSD: tbl_html.c,v 1.12 2015/10/06 18:30:44 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons + * Copyright (c) 2014, 2015 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above *************** *** 34,47 **** html_tbl_len(size_t sz, void *arg) { ! return(sz); } static size_t html_tbl_strlen(const char *p, void *arg) { ! return(strlen(p)); } static void --- 35,48 ---- html_tbl_len(size_t sz, void *arg) { ! return sz; } static size_t html_tbl_strlen(const char *p, void *arg) { ! return strlen(p); } static void