aboutsummaryrefslogtreecommitdiffstats
path: root/src/html.c
diff options
context:
space:
mode:
authorjames <>2008-03-06 16:49:39 +0000
committerjames <>2008-03-06 16:49:39 +0000
commit6fb644311ee9bf169a12bb9b2d9b081c16fc08f0 (patch)
treef24e108907526e917d0829078ec8e0e25338baaa /src/html.c
parentd7565f9da9ada7a0aa90abdb6d8d1ba192075791 (diff)
downloadsympathy-6fb644311ee9bf169a12bb9b2d9b081c16fc08f0.tar.gz
sympathy-6fb644311ee9bf169a12bb9b2d9b081c16fc08f0.tar.bz2
sympathy-6fb644311ee9bf169a12bb9b2d9b081c16fc08f0.zip
*** empty log message ***
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;
}