fix compile (shame on me)

This commit is contained in:
Andreas Öman 2007-08-31 18:24:35 +00:00
parent 1f471c1dce
commit 91c3960026

3
epg.c
View file

@ -262,7 +262,8 @@ check_overlap(th_channel_t *ch, event_t *e)
if(p != NULL) {
if(check_overlap0(ch, p))
return 1;
}
return check_overlap0(ch, e);
}