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 /vdr.c | |
parent | dcda6676b3e6912f9d0b57fb71db83ce64eaf4ea (diff) | |
download | vdr-2d863532cc547e0368ee0c90875cae35b70db089.tar.gz vdr-2d863532cc547e0368ee0c90875cae35b70db089.tar.bz2 |
Cleaned up some trailing white space
Diffstat (limited to 'vdr.c')
-rw-r--r-- | vdr.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,7 +22,7 @@ * * The project's page is at http://www.cadsoft.de/vdr * - * $Id: vdr.c 1.231 2006/01/07 12:27:45 kls Exp $ + * $Id: vdr.c 1.232 2006/01/08 11:40:41 kls Exp $ */ #include <getopt.h> @@ -669,8 +669,8 @@ int main(int argc, char *argv[]) && !(LastTimerChannel > 0 && Channels.SwitchTo(LastTimerChannel)) // ...or the one used by the last timer... && !cDevice::SwitchChannel(1) // ...or the next higher available one... && !cDevice::SwitchChannel(-1)) // ...or the next lower available one - ; - } + ; + } lastTime = time(NULL); // don't do this too often LastTimerChannel = -1; } |