From d7565f9da9ada7a0aa90abdb6d8d1ba192075791 Mon Sep 17 00:00:00 2001 From: james <> Date: Thu, 6 Mar 2008 16:49:05 +0000 Subject: *** empty log message *** --- src/html.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/html.c') diff --git a/src/html.c b/src/html.c index db7e164..3923856 100644 --- a/src/html.c +++ b/src/html.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.12 2008/03/06 16:49:05 james + * *** empty log message *** + * * Revision 1.11 2008/03/03 06:04:42 james * *** empty log message *** * @@ -189,10 +192,11 @@ html_draw (FILE * f, CRT * c) } -static void +static int html_one_shot (ANSI * a, CRT * c) { html_draw (a->file, c); +return 0; } -- cgit v1.2.3