From ef21e0368adf8ae0e557e9c02fe776f69818ace6 Mon Sep 17 00:00:00 2001 From: james <> Date: Sun, 2 Mar 2008 10:38:18 +0000 Subject: *** empty log message *** --- apps/sympathy.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'apps') diff --git a/apps/sympathy.c b/apps/sympathy.c index 0cbd75d..91ed6da 100644 --- a/apps/sympathy.c +++ b/apps/sympathy.c @@ -11,6 +11,9 @@ static char rcsid[] = /* * $Log$ + * Revision 1.30 2008/03/02 10:38:18 james + * *** empty log message *** + * * Revision 1.29 2008/03/02 10:37:56 james * *** empty log message *** * @@ -153,7 +156,7 @@ fatal_moan (char *fmt, ...) char * -teedious_snprintf (char *fmt, va_list ap) +teedious_snprintf (char *fmt, va_list ap) { va_list aq; int size = 1024; @@ -298,7 +301,8 @@ list_sockets_in_dir (char *sockdir) int hostname_len = strlen (hostname); - if (!dir) return; + if (!dir) + return; rewinddir (dir); @@ -350,8 +354,8 @@ list_sockets (void) list_sockets_in_dir (h); - if (**ptr == '~') - free (h); + if (**ptr == '~') + free (h); } -- cgit v1.2.3