X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=apps%2Fmainloop.c;h=d546ac5152700504d1ca30582a75a76fac3ffeb2;hb=8a3aac5f5287422699c9c7c5ee8969561da7317f;hp=07290e1a4125207adad489a9caf08df37ba2aed0;hpb=95d068f1b4e8100d6501944eda3bd9ff73460514;p=sympathy.git diff --git a/apps/mainloop.c b/apps/mainloop.c index 07290e1..d546ac5 100644 --- a/apps/mainloop.c +++ b/apps/mainloop.c @@ -11,6 +11,9 @@ static char rcsid[] = /* * $Log$ + * Revision 1.15 2008/02/27 01:31:38 james + * *** empty log message *** + * * Revision 1.14 2008/02/27 01:31:14 james * *** empty log message *** * @@ -394,7 +397,7 @@ msg_from_server (ANSI * a, IPC_Msg * m, Context * c) void mainloop (TTY * tty, Socket * server_socket, Socket * client_socket, - ANSI * ansi, Log * log, int nhistory,int width) + ANSI * ansi, Log * log, int nhistory, int width) { fd_set rfds, wfds; Context c = { 0 };