1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Fixed a wrong closing brace

This commit is contained in:
Klaus Schmidinger 2001-10-07 14:35:25 +02:00
parent 3547208c34
commit 229e9fc763

4
eit.c
View File

@ -16,7 +16,7 @@
* the Free Software Foundation; either version 2 of the License, or * * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * * (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" #include "eit.h"
@ -401,7 +401,6 @@ void cEventInfo::FixEpgBugs(void)
pSubtitle = NULL; pSubtitle = NULL;
} }
} }
}
// Pro7 sometimes repeats the Title in the Subtitle: // Pro7 sometimes repeats the Title in the Subtitle:
// //
@ -473,6 +472,7 @@ void cEventInfo::FixEpgBugs(void)
tTime += 24 * 3600; tTime += 24 * 3600;
} }
} }
}
// --- cSchedule ------------------------------------------------------------- // --- cSchedule -------------------------------------------------------------