diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-04-11 08:47:31 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-04-11 08:47:31 +0200 |
commit | 37d2bf4d9a48bd764b0ce0b4b4dea72c802e100b (patch) | |
tree | 67dfec8bf64bb4f1543e98f7dbda257f8fcdfdd2 | |
parent | 6bd712307268228be4455bfdfd02550103fdc5ec (diff) | |
download | vdr-37d2bf4d9a48bd764b0ce0b4b4dea72c802e100b.tar.gz vdr-37d2bf4d9a48bd764b0ce0b4b4dea72c802e100b.tar.bz2 |
Removed a double empty line
-rw-r--r-- | thread.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: thread.h 2.4 2013/02/16 15:20:44 kls Exp $ + * $Id: thread.h 3.1 2013/04/11 08:47:31 kls Exp $ */ #ifndef __THREAD_H @@ -182,7 +182,6 @@ public: ///< Returns true if any I/O throttling object is currently active. }; - // cPipe implements a pipe that closes all unnecessary file descriptors in // the child process. |