summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-22 14:52:49 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-22 14:52:49 +0100
commitb5fefa2f9e2d9ec9199b6ee7bbca05b6a4e1b4c7 (patch)
tree4fa4056a414b097d57fbdbfcab50d812ad29b655 /thread.c
parent037b10b4e97fe0ce88860a4df256c0120d2da182 (diff)
downloadvdr-b5fefa2f9e2d9ec9199b6ee7bbca05b6a4e1b4c7.tar.gz
vdr-b5fefa2f9e2d9ec9199b6ee7bbca05b6a4e1b4c7.tar.bz2
Removed empty lines at end of file
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/thread.c b/thread.c
index b80ee70d..b16fc811 100644
--- a/thread.c
+++ b/thread.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: thread.c 2.6 2012/10/04 12:20:43 kls Exp $
+ * $Id: thread.c 2.7 2013/02/22 14:52:49 kls Exp $
*/
#include "thread.h"
@@ -598,4 +598,3 @@ int SystemExec(const char *Command, bool Detached)
_exit(0);
}
}
-