From 7fa4996bd7c20ee606cdf5e464bd8aca9ef3d936 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Sat, 29 Oct 2011 13:14:37 +0200 Subject: fix compile from forgoten { --- eepg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eepg.c') 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) { -- cgit v1.2.3