dvb support: fix the pilottab[] - none

This commit is contained in:
Jaroslav Kysela 2014-05-08 23:15:43 +02:00
parent b840fa444d
commit 03a69ffec6

View file

@ -669,7 +669,7 @@ const static struct strtab typetab[] = {
dvb_str2val(type);
const static struct strtab pilottab[] = {
{"NONE", DVB_PILOT_AUTO},
{"NONE", DVB_PILOT_NONE},
{"AUTO", DVB_PILOT_AUTO},
{"ON", DVB_PILOT_ON},
{"OFF", DVB_PILOT_OFF}