aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.c')
-rw-r--r--src/utf8.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utf8.c b/src/utf8.c
index e324a53..bffc9e4 100644
--- a/src/utf8.c
+++ b/src/utf8.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.7 2008/02/26 23:56:12 james
+ * *** empty log message ***
+ *
* Revision 1.6 2008/02/26 23:23:17 james
* *** empty log message ***
*
@@ -183,4 +186,3 @@ utf8_emit (TTY * t, int ch)
t->xmit (t, buf, 4);
}
}
-