summaryrefslogtreecommitdiff
path: root/tools.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-17 12:19:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-17 12:19:31 +0200
commite84a565bfa37b62c79dcf42fd8d60e7b8bb44572 (patch)
treed614a915d2811d0336431fe252e7fc1cba42c8d9 /tools.c
parent5355b3345cdfd2258fc65b141dd168b2414a278b (diff)
downloadvdr-e84a565bfa37b62c79dcf42fd8d60e7b8bb44572.tar.gz
vdr-e84a565bfa37b62c79dcf42fd8d60e7b8bb44572.tar.bz2
Stripped some trailing whitespace1.3.47
Diffstat (limited to 'tools.c')
-rw-r--r--tools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.c b/tools.c
index 18f95376..b1decf2e 100644
--- a/tools.c
+++ b/tools.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: tools.c 1.115 2006/03/19 12:28:16 kls Exp $
+ * $Id: tools.c 1.116 2006/04/17 12:19:31 kls Exp $
*/
#include "tools.h"
@@ -39,7 +39,7 @@ void syslog_with_tid(int priority, const char *format, ...)
snprintf(fmt, sizeof(fmt), "[%d] %s", cThread::ThreadId(), format);
va_start(ap, format);
vsyslog(priority, fmt, ap);
- va_end(ap);
+ va_end(ap);
}
int BCD2INT(int x)