diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-02-24 10:09:30 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-02-24 10:09:30 +0100 |
commit | d9401eb27b273a655e55c21ac7df181b45c126a0 (patch) | |
tree | 69d94768160a96a173aaafc9985d489f04fff6e5 /libsi | |
parent | 36e22ad6e2b3f974c96661742940a64a996b79ed (diff) | |
download | vdr-d9401eb27b273a655e55c21ac7df181b45c126a0.tar.gz vdr-d9401eb27b273a655e55c21ac7df181b45c126a0.tar.bz2 |
Fixed a typo in libsi/si.h
Diffstat (limited to 'libsi')
-rw-r--r-- | libsi/si.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: si.h 1.7 2004/02/20 13:47:09 kls Exp $ + * $Id: si.h 1.8 2004/02/23 17:02:33 kls Exp $ * * ***************************************************************************/ @@ -36,7 +36,7 @@ enum TableId { TableIdPAT = 0x00, //program association section TableIdEIT_schedule_last = 0x5F, //range from 0x60 to 0x6F TableIdEIT_schedule_Other_first = 0x60, - TableIdEIT_schedule_Other_fast = 0x6F, + TableIdEIT_schedule_Other_last = 0x6F, TableIdTDT = 0x70, //time date section TableIdRST = 0x71, //running status section TableIdST = 0x72, //stuffing section |