aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorjames <>2008-03-02 10:38:18 +0000
committerjames <>2008-03-02 10:38:18 +0000
commitef21e0368adf8ae0e557e9c02fe776f69818ace6 (patch)
treecdfceba6afd3c2570cfe6d3e0c4f8fb46f182d15 /apps
parentf23e17f2eac3f506afe9a1e44302112cc363b59f (diff)
downloadsympathy-ef21e0368adf8ae0e557e9c02fe776f69818ace6.tar.gz
sympathy-ef21e0368adf8ae0e557e9c02fe776f69818ace6.tar.bz2
sympathy-ef21e0368adf8ae0e557e9c02fe776f69818ace6.zip
*** empty log message ***
Diffstat (limited to 'apps')
-rw-r--r--apps/sympathy.c12
1 files changed, 8 insertions, 4 deletions
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);
}