aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorjames <>2008-03-03 18:16:16 +0000
committerjames <>2008-03-03 18:16:16 +0000
commitfdf6085b89ef5053513fcb21bc0d871602d11696 (patch)
tree068181b640c834c8e712ad01e909f02e050976b2 /apps
parent5ec015afd6bc1033b4447e2d65f03438053fa3a7 (diff)
downloadsympathy-fdf6085b89ef5053513fcb21bc0d871602d11696.tar.gz
sympathy-fdf6085b89ef5053513fcb21bc0d871602d11696.tar.bz2
sympathy-fdf6085b89ef5053513fcb21bc0d871602d11696.zip
*** empty log message ***
Diffstat (limited to 'apps')
-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);
}
}