aboutsummaryrefslogtreecommitdiffstats
path: root/src/libsympathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsympathy.c')
-rw-r--r--src/libsympathy.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libsympathy.c b/src/libsympathy.c
index 9c3608b..e91d08a 100644
--- a/src/libsympathy.c
+++ b/src/libsympathy.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.14 2008/02/12 22:36:46 james
+ * *** empty log message ***
+ *
* Revision 1.13 2008/02/08 15:06:42 james
* *** empty log message ***
*
@@ -136,7 +139,7 @@ testy (void)
if (FD_ISSET (t->fd, &rfd))
{
- if (vt102_dispatch_one (v, t,h))
+ if (vt102_dispatch_one (v, t, h))
break;
}