]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
fix compile (shame on me)
authorAndreas Öman <andreas@lonelycoder.com>
Fri, 31 Aug 2007 18:24:35 +0000 (18:24 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Fri, 31 Aug 2007 18:24:35 +0000 (18:24 +0000)
epg.c

diff --git a/epg.c b/epg.c
index 422c8a3e034629df471d5828ea65258a1ac7b4fc..fd8b2a2daae9b866f075225fee5a7d92d0d85c93 100644 (file)
--- a/epg.c
+++ b/epg.c
@@ -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);
 }