From c1b9e3297263f93db9b7591313d4c8861083f19d Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Tue, 18 Aug 2009 17:32:15 +0200 Subject: add missing semicolon after ASSERT() --- lib/dvb/epgcache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dvb/epgcache.cpp') diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp index 9abd554e..4ea47963 100644 --- a/lib/dvb/epgcache.cpp +++ b/lib/dvb/epgcache.cpp @@ -2668,7 +2668,7 @@ void eEPGCache::privateSectionRead(const uniqueEPGKey ¤t_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; -- cgit v1.2.3