aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorjames <>2008-02-26 23:56:12 +0000
committerjames <>2008-02-26 23:56:12 +0000
commit5d11f03b6f99696f2d9df508cf7000e8f04b332b (patch)
treea6ac08bad649905d8dcb12dec3e32703bf9ef906 /apps
parentf2b8bf1dc0714a6aacb11ec9634e856a8f4cab03 (diff)
downloadsympathy-5d11f03b6f99696f2d9df508cf7000e8f04b332b.tar.gz
sympathy-5d11f03b6f99696f2d9df508cf7000e8f04b332b.tar.bz2
sympathy-5d11f03b6f99696f2d9df508cf7000e8f04b332b.zip
*** empty log message ***
Diffstat (limited to 'apps')
-rw-r--r--apps/mainloop.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/mainloop.c b/apps/mainloop.c
index 9e378d1..3f1c28d 100644
--- a/apps/mainloop.c
+++ b/apps/mainloop.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.13 2008/02/26 23:56:12 james
+ * *** empty log message ***
+ *
* Revision 1.12 2008/02/26 23:23:16 james
* *** empty log message ***
*
@@ -394,7 +397,7 @@ mainloop (TTY * tty, Socket * server_socket, Socket * client_socket,
Context c = { 0 };
Clients *clients;
- context=&c;
+ context = &c;
c.tp = tty_parser_new ();
c.u = utf8_new ();