mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed formatting
This commit is contained in:
parent
1f5cf1db58
commit
16967a231e
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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"
|
#include "receiver.h"
|
||||||
@ -83,7 +83,7 @@ bool cReceiver::SetPids(const cChannel *Channel)
|
|||||||
AddPids(Channel->Dpids()) &&
|
AddPids(Channel->Dpids()) &&
|
||||||
AddPids(Channel->Spids());
|
AddPids(Channel->Spids());
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cReceiver::WantsPid(int Pid)
|
bool cReceiver::WantsPid(int Pid)
|
||||||
|
Loading…
Reference in New Issue
Block a user