Add missing space after '='.
This commit is contained in:
parent
7a6bc3a3fb
commit
286ef83f6b
1 changed files with 2 additions and 2 deletions
|
@ -298,12 +298,12 @@ dvb_get_string
|
|||
break;
|
||||
|
||||
case 0x11:
|
||||
ic =convert_ucs2;
|
||||
ic = convert_ucs2;
|
||||
src++; srclen--;
|
||||
break;
|
||||
|
||||
case 0x13:
|
||||
ic =convert_gb;
|
||||
ic = convert_gb;
|
||||
src++; srclen--;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue