summaryrefslogtreecommitdiff
path: root/eit.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-10-07 14:35:25 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-10-07 14:35:25 +0200
commit229e9fc7633c04f21af1a18a50f400c54fd476ed (patch)
tree69b9c87c385061c5294f54c9b90cd773a74344ff /eit.c
parent3547208c34d965e0c51c7c4767d3726670876b33 (diff)
downloadvdr-229e9fc7633c04f21af1a18a50f400c54fd476ed.tar.gz
vdr-229e9fc7633c04f21af1a18a50f400c54fd476ed.tar.bz2
Fixed a wrong closing brace
Diffstat (limited to 'eit.c')
-rw-r--r--eit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eit.c b/eit.c
index a2d8361c..f57145b8 100644
--- a/eit.c
+++ b/eit.c
@@ -16,7 +16,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: eit.c 1.26 2001/10/07 14:08:40 kls Exp $
+ * $Id: eit.c 1.27 2001/10/07 14:35:25 kls Exp $
***************************************************************************/
#include "eit.h"
@@ -401,7 +401,6 @@ void cEventInfo::FixEpgBugs(void)
pSubtitle = NULL;
}
}
- }
// Pro7 sometimes repeats the Title in the Subtitle:
//
@@ -472,6 +471,7 @@ void cEventInfo::FixEpgBugs(void)
if (t->tm_hour * 3600 + t->tm_min * 60 + t->tm_sec <= 6 * 3600)
tTime += 24 * 3600;
}
+ }
}
// --- cSchedule -------------------------------------------------------------