summaryrefslogtreecommitdiff
path: root/sections.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-02-07 15:51:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-02-07 15:51:57 +0100
commit8c71aab9bc8e0a7879eb2337de59de1028f92b7a (patch)
tree60f20441a0a9b935388809134cfb3c08d26c97c8 /sections.c
parenta09f209122e811b471e7148d616ce95b84dd548e (diff)
downloadvdr-8c71aab9bc8e0a7879eb2337de59de1028f92b7a.tar.gz
vdr-8c71aab9bc8e0a7879eb2337de59de1028f92b7a.tar.bz2
Added a missing blank
Diffstat (limited to 'sections.c')
-rw-r--r--sections.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sections.c b/sections.c
index fb934a8c..ead623d0 100644
--- a/sections.c
+++ b/sections.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: sections.c 1.4 2004/01/11 13:22:13 kls Exp $
+ * $Id: sections.c 1.5 2004/02/07 15:51:57 kls Exp $
*/
#include "sections.h"
@@ -133,7 +133,7 @@ void cSectionHandler::Detach(cFilter *Filter)
void cSectionHandler::SetChannel(const cChannel *Channel)
{
Lock();
- shp->channel = Channel? *Channel : cChannel();
+ shp->channel = Channel ? *Channel : cChannel();
Unlock();
}