diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-07-21 13:49:48 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-07-21 13:49:48 +0200 |
commit | 593013c94c97b82485c895a717591a15086497f2 (patch) | |
tree | 7798e89fb727951301b4906a4cbbed481f30b395 /libsi | |
parent | 4c90306502f858ec95683baf2bfeb9b1fe669c66 (diff) | |
download | vdr-593013c94c97b82485c895a717591a15086497f2.tar.gz vdr-593013c94c97b82485c895a717591a15086497f2.tar.bz2 |
Fixed some whitespace formatting
Diffstat (limited to 'libsi')
-rw-r--r-- | libsi/si.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: si.c 1.21 2007/06/15 13:08:31 kls Exp $ + * $Id: si.c 1.22 2007/07/21 13:49:48 kls Exp $ * * ***************************************************************************/ @@ -287,7 +287,7 @@ static const char *CharacterTables1[] = { #define SingleByteLimit 0x0B static const char *CharacterTables2[] = { - NULL, // 0x00 + NULL, // 0x00 "ISO-8859-1", // 0x01 "ISO-8859-2", // 0x02 "ISO-8859-3", // 0x03 @@ -299,7 +299,7 @@ static const char *CharacterTables2[] = { "ISO-8859-9", // 0x09 "ISO-8859-10", // 0x0A "ISO-8859-11", // 0x0B - NULL, // 0x0C + NULL, // 0x0C "ISO-8859-13", // 0x0D "ISO-8859-14", // 0x0E "ISO-8859-15", // 0x0F |