Skip to content

Commit

Permalink
<tab> police
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinecellerier committed Sep 23, 2006
1 parent cd0a888 commit 37f05a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/charset.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ VLC_EXPORT( char *, FromUTF16, ( const uint16_t * ) );

static inline char *FromWide( const wchar_t *in )
{
return (sizeof( wchar_t ) == 2)
? FromUTF16( (const uint16_t *)in )
: FromUTF32( (const uint32_t *)in );
return (sizeof( wchar_t ) == 2)
? FromUTF16( (const uint16_t *)in )
: FromUTF32( (const uint32_t *)in );
}


Expand Down

0 comments on commit 37f05a7

Please sign in to comment.