aboutsummaryrefslogtreecommitdiffstats
path: root/apps/clients.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/clients.c')
-rw-r--r--apps/clients.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/clients.c b/apps/clients.c
index 0170a77..621c21c 100644
--- a/apps/clients.c
+++ b/apps/clients.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.18 2008/03/03 18:16:16 james
+ * *** empty log message ***
+ *
* Revision 1.17 2008/03/03 18:15:19 james
* *** empty log message ***
*
@@ -170,7 +173,7 @@ clients_post_select (Clients * cs, Context * ctx, fd_set * rfds,
if (c->s->msg)
{
- socket_execute_msg(c->s,ctx);
+ socket_execute_msg (c->s, ctx);
}
}