add missing semicolon after ASSERT()
[vuplus_dvbapp] / lib / dvb / epgcache.cpp
index 9abd554..4ea4796 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;