aboutsummaryrefslogtreecommitdiffstats
path: root/apps/clients.c
diff options
context:
space:
mode:
authorjames <>2008-02-28 16:58:49 +0000
committerjames <>2008-02-28 16:58:49 +0000
commit68f1170ace397c32f9c80a6b7cb89388d88743f2 (patch)
tree3dbafbe88e81f2ba7c8c877c91a1f31d04941864 /apps/clients.c
parent57dd88f415d70356e41f2bfd5c00c250bd085723 (diff)
downloadsympathy-68f1170ace397c32f9c80a6b7cb89388d88743f2.tar.gz
sympathy-68f1170ace397c32f9c80a6b7cb89388d88743f2.tar.bz2
sympathy-68f1170ace397c32f9c80a6b7cb89388d88743f2.zip
*** empty log message ***
Diffstat (limited to 'apps/clients.c')
-rw-r--r--apps/clients.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/clients.c b/apps/clients.c
index a4b5fce..d5bd256 100644
--- a/apps/clients.c
+++ b/apps/clients.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.14 2008/02/28 16:57:51 james
+ * *** empty log message ***
+ *
* Revision 1.13 2008/02/28 16:37:16 james
* *** empty log message ***
*
@@ -92,10 +95,10 @@ client_msg (IPC_Msg * m, Context * c)
tty_hangup (c->t);
break;
case IPC_MSG_TYPE_SETSIZE:
- vt102_resize(c,m->setsize.winsize);
+ vt102_resize (c, m->setsize.winsize);
break;
case IPC_MSG_TYPE_RESET:
- vt102_reset(c);
+ vt102_reset (c);
break;
default:
fprintf (stderr, "Unhandeled message type %d\n", m->hdr.type);