Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing space after '='.
  • Loading branch information
sangood authored and perexg committed Aug 4, 2014
1 parent 7a6bc3a commit 286ef83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/mpegts/dvb_support.c
Expand Up @@ -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;

Expand Down

0 comments on commit 286ef83

Please sign in to comment.