aboutsummaryrefslogtreecommitdiffstats
path: root/src/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/html.c b/src/html.c
index 3923856..e789d11 100644
--- a/src/html.c
+++ b/src/html.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.13 2008/03/06 16:49:39 james
+ * *** empty log message ***
+ *
* Revision 1.12 2008/03/06 16:49:05 james
* *** empty log message ***
*
@@ -196,7 +199,7 @@ static int
html_one_shot (ANSI * a, CRT * c)
{
html_draw (a->file, c);
-return 0;
+ return 0;
}