aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sympathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sympathy.c')
-rw-r--r--apps/sympathy.c6
1 files changed, 4 insertions, 2 deletions
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);