summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eepg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eepg.c b/eepg.c
index 15e1329..99cd7c3 100644
--- a/eepg.c
+++ b/eepg.c
@@ -3272,7 +3272,7 @@ cEIT2::cEIT2 (cSchedules * Schedules, int Source, u_char Tid, const u_char * Dat
char buffer[Utf8BufSize (ExtendedEventDescriptors->getMaximumTextLength (": ")) + 1];
pEvent->SetDescription (ExtendedEventDescriptors->getText (buffer, sizeof (buffer), ": "));
LogD(3, prep("Description: %s"), pEvent->Description());
- } else if (!HasExternalData) {
+ } else if (!HasExternalData)
pEvent->SetDescription (NULL);
if (DishEventDescriptor) {