Uh, fix a bunch of compile errors. What did I smoke?

This commit is contained in:
Andreas Öman 2010-02-04 19:39:00 +00:00
parent 4f3c4a16e4
commit 8d665eb013

View file

@ -46,6 +46,7 @@
#include "serviceprobe.h"
#include "atomic.h"
#include "dvb/dvb.h"
#include "htsp.h"
#define TRANSPORT_HASH_WIDTH 101
@ -1054,6 +1055,6 @@ transport_tss2text(int flags)
void
transport_refresh_channel(th_transport_t *t)
{
if(t->tht_channel != NULL)
htsp_channel_update(t->tht_channel);
if(t->tht_ch != NULL)
htsp_channel_update(t->tht_ch);
}