Commit 37f05a79 authored by Antoine Cellerier's avatar Antoine Cellerier

<tab> police

parent cd0a888c
...@@ -55,9 +55,9 @@ VLC_EXPORT( char *, FromUTF16, ( const uint16_t * ) ); ...@@ -55,9 +55,9 @@ VLC_EXPORT( char *, FromUTF16, ( const uint16_t * ) );
static inline char *FromWide( const wchar_t *in ) static inline char *FromWide( const wchar_t *in )
{ {
return (sizeof( wchar_t ) == 2) return (sizeof( wchar_t ) == 2)
? FromUTF16( (const uint16_t *)in ) ? FromUTF16( (const uint16_t *)in )
: FromUTF32( (const uint32_t *)in ); : FromUTF32( (const uint32_t *)in );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment