aboutsummaryrefslogtreecommitdiffstats
path: root/src/libsympathy.c
diff options
context:
space:
mode:
authorjames <>2008-02-12 22:36:46 +0000
committerjames <>2008-02-12 22:36:46 +0000
commit8688a9519c349b6ee8664be6ce2897a59c0f52be (patch)
treeacfb9332cedbc05b114aa5c5d70fc08741ae8ce7 /src/libsympathy.c
parent5ee4b614cdc64a13aeeb00bf0e0ecbc234e8852d (diff)
downloadsympathy-8688a9519c349b6ee8664be6ce2897a59c0f52be.tar.gz
sympathy-8688a9519c349b6ee8664be6ce2897a59c0f52be.tar.bz2
sympathy-8688a9519c349b6ee8664be6ce2897a59c0f52be.zip
*** empty log message ***
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;
}