aboutsummaryrefslogtreecommitdiffstats
path: root/apps/clients.c
diff options
context:
space:
mode:
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);