From bc6a29d06c22bdcada4cb18d8401e5d37f46fd36 Mon Sep 17 00:00:00 2001 From: james <> Date: Thu, 14 Feb 2008 02:46:45 +0000 Subject: *** empty log message *** --- apps/sympathy.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'apps/sympathy.c') diff --git a/apps/sympathy.c b/apps/sympathy.c index a9140f8..e11df1e 100644 --- a/apps/sympathy.c +++ b/apps/sympathy.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.3 2008/02/14 02:46:44 james + * *** empty log message *** + * * Revision 1.2 2008/02/14 00:57:58 james * *** empty log message *** * @@ -21,8 +24,9 @@ static char rcsid[] = "$Id$"; #include #include "client.h" -int main(int argc,char *argv[]) +int +main (int argc, char *argv[]) { -client(); + client (); } -- cgit v1.2.3