From c945112e89222e697c3733c69eab685f606a5be5 Mon Sep 17 00:00:00 2001 From: james <> Date: Fri, 22 Jun 2012 10:22:25 +0000 Subject: *** empty log message *** --- apps/sympathy.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/sympathy.c') diff --git a/apps/sympathy.c b/apps/sympathy.c index 92ee3e1..0b8083a 100644 --- a/apps/sympathy.c +++ b/apps/sympathy.c @@ -11,6 +11,9 @@ static char rcsid[] = /* * $Log$ + * Revision 1.53 2012/06/22 10:22:24 james + * *** empty log message *** + * * Revision 1.52 2010/07/27 14:49:34 james * add support for byte logging * @@ -290,7 +293,6 @@ teedious_snprintf (char *fmt, va_list ap) char * gloo_paths (char *dir, char *leaf) { - int i; char *ret, *ptr; if (!dir) dir = ""; @@ -421,7 +423,7 @@ list_sockets_in_dir (char *sockdir) int hostname_len = strlen (hostname); if (!dir) - return; + return 0; rewinddir (dir); -- cgit v1.2.3