diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-08 11:44:37 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-08 11:44:37 +0100 |
commit | 2d863532cc547e0368ee0c90875cae35b70db089 (patch) | |
tree | 774ef244b22e30dadc1135af814b264b44488e04 /dvbplayer.c | |
parent | dcda6676b3e6912f9d0b57fb71db83ce64eaf4ea (diff) | |
download | vdr-2d863532cc547e0368ee0c90875cae35b70db089.tar.gz vdr-2d863532cc547e0368ee0c90875cae35b70db089.tar.bz2 |
Cleaned up some trailing white space
Diffstat (limited to 'dvbplayer.c')
-rw-r--r-- | dvbplayer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbplayer.c b/dvbplayer.c index fd640d3c..efd767f1 100644 --- a/dvbplayer.c +++ b/dvbplayer.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbplayer.c 1.41 2005/10/31 12:33:48 kls Exp $ + * $Id: dvbplayer.c 1.42 2006/01/08 11:39:41 kls Exp $ */ #include "dvbplayer.h" @@ -621,7 +621,7 @@ int cDvbPlayer::SkipFrames(int Frames) int Current, Total; GetIndex(Current, Total, true); int OldCurrent = Current; - // As GetNextIFrame() increments/decrements at least once, the + // As GetNextIFrame() increments/decrements at least once, the // destination frame (= Current + Frames) must be adjusted by // -1/+1 respectively. Current = index->GetNextIFrame(Current + Frames + (Frames > 0 ? -1 : 1), Frames > 0); |