From fdf6085b89ef5053513fcb21bc0d871602d11696 Mon Sep 17 00:00:00 2001 From: james <> Date: Mon, 3 Mar 2008 18:16:16 +0000 Subject: *** empty log message *** --- src/ipc.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/ipc.c') diff --git a/src/ipc.c b/src/ipc.c index 5da5721..38f5d08 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.8 2008/03/03 18:16:16 james + * *** empty log message *** + * * Revision 1.7 2008/03/03 18:15:19 james * *** empty log message *** * @@ -270,7 +273,8 @@ ipc_execute_message (IPC_Msg * m, Context * c) tty_send_break (c->t); break; case IPC_MSG_TYPE_SETFLOW: - log_f (c->l, "",m->setflow.flow?"on":"off"); + log_f (c->l, "", + m->setflow.flow ? "on" : "off"); tty_set_flow (c->t, m->setflow.flow); break; case IPC_MSG_TYPE_SETANSI: @@ -287,8 +291,6 @@ ipc_execute_message (IPC_Msg * m, Context * c) vt102_reset (c); break; default: - log_f(c->l,"", m->hdr.type); + log_f (c->l, "", m->hdr.type); } } - - -- cgit v1.2.3