summaryrefslogtreecommitdiff
path: root/channels.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-17 12:19:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-17 12:19:31 +0200
commite84a565bfa37b62c79dcf42fd8d60e7b8bb44572 (patch)
treed614a915d2811d0336431fe252e7fc1cba42c8d9 /channels.c
parent5355b3345cdfd2258fc65b141dd168b2414a278b (diff)
downloadvdr-e84a565bfa37b62c79dcf42fd8d60e7b8bb44572.tar.gz
vdr-e84a565bfa37b62c79dcf42fd8d60e7b8bb44572.tar.bz2
Stripped some trailing whitespace1.3.47
Diffstat (limited to 'channels.c')
-rw-r--r--channels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.c b/channels.c
index 12462d35..343802ee 100644
--- a/channels.c
+++ b/channels.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: channels.c 1.50 2006/04/14 10:44:57 kls Exp $
+ * $Id: channels.c 1.51 2006/04/17 12:18:57 kls Exp $
*/
#include "channels.h"
@@ -295,7 +295,7 @@ bool cChannel::SetSatTransponderData(int Source, int Frequency, char Polarizatio
return false;
// Sometimes the symbol rate is off by one
if (abs(srate - Srate) <= 1)
- Srate = srate;
+ Srate = srate;
if (source != Source || frequency != Frequency || polarization != Polarization || srate != Srate || coderateH != CoderateH) {
if (Number()) {