From b5fefa2f9e2d9ec9199b6ee7bbca05b6a4e1b4c7 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 22 Feb 2013 14:52:49 +0100 Subject: [PATCH] Removed empty lines at end of file --- MANUAL | 1 - svdrpsend | 1 - thread.c | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/MANUAL b/MANUAL index e8321a46..25261e3f 100644 --- a/MANUAL +++ b/MANUAL @@ -988,4 +988,3 @@ Version 1.6 DEFINING THESE COMMANDS AND MAKE SURE THEY DON'T HARM YOUR SYSTEM, ESPECIALLY IF YOU ARE RUNNING VDR UNDER A HIGH PRIVILEGED USER ID (LIKE 'root'). - diff --git a/svdrpsend b/svdrpsend index caf3b41f..10690edc 100755 --- a/svdrpsend +++ b/svdrpsend @@ -54,4 +54,3 @@ sub Error close(SOCK); exit 1; } - 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); } } -