aboutsummaryrefslogtreecommitdiffstats
path: root/src/html.c
diff options
context:
space:
mode:
authorjames <>2008-03-06 16:49:05 +0000
committerjames <>2008-03-06 16:49:05 +0000
commitd7565f9da9ada7a0aa90abdb6d8d1ba192075791 (patch)
tree5a77a1803fc3ab97fb02e0dc6ee748e09deba03d /src/html.c
parentd32c10b1eb919c4b82f882bcf29b06b287e2b50a (diff)
downloadsympathy-d7565f9da9ada7a0aa90abdb6d8d1ba192075791.tar.gz
sympathy-d7565f9da9ada7a0aa90abdb6d8d1ba192075791.tar.bz2
sympathy-d7565f9da9ada7a0aa90abdb6d8d1ba192075791.zip
*** empty log message ***
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c6
1 files changed, 5 insertions, 1 deletions
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;
}