add missing semicolon after ASSERT()
authorAndreas Oberritter <obi@saftware.de>
Tue, 18 Aug 2009 15:32:15 +0000 (17:32 +0200)
committerAndreas Oberritter <obi@saftware.de>
Tue, 18 Aug 2009 15:32:15 +0000 (17:32 +0200)
lib/dvb/epgcache.cpp

index 9abd554e0b716b2de90e662eaa28a60c9f0f27f3..4ea47963c0d939d606ac75a1bd270a24504c3a81 100644 (file)
@@ -2668,7 +2668,7 @@ void eEPGCache::privateSectionRead(const uniqueEPGKey &current_service, const __
                        }
                }
        }
-       ASSERT(pdescr <= &descriptors[65])
+       ASSERT(pdescr <= &descriptors[65]);
        __u8 event[4098];
        eit_event_struct *ev_struct = (eit_event_struct*) event;
        ev_struct->running_status = 0;