diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-31 10:15:26 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-31 10:15:26 +0200 |
commit | 16967a231edc5efaee1d824503e68dbc92a12ed1 (patch) | |
tree | 77e18f6849fd1396b766ee20594263272ca40c87 /receiver.c | |
parent | 1f5cf1db58098ebabe87ff861d9cd5b86e7aeafb (diff) | |
download | vdr-16967a231edc5efaee1d824503e68dbc92a12ed1.tar.gz vdr-16967a231edc5efaee1d824503e68dbc92a12ed1.tar.bz2 |
Fixed formatting
Diffstat (limited to 'receiver.c')
-rw-r--r-- | receiver.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: receiver.c 2.5 2012/02/29 11:49:36 kls Exp $ + * $Id: receiver.c 2.6 2012/03/31 10:15:26 kls Exp $ */ #include "receiver.h" @@ -83,7 +83,7 @@ bool cReceiver::SetPids(const cChannel *Channel) AddPids(Channel->Dpids()) && AddPids(Channel->Spids()); } -return true; + return true; } bool cReceiver::WantsPid(int Pid) |