Commit 6e165794 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Oops watch the tabs when using vi.

parent 4d0ec22c
...@@ -248,11 +248,11 @@ void libvlc_audio_set_channel( libvlc_instance_t *p_instance, char *psz_channel, ...@@ -248,11 +248,11 @@ void libvlc_audio_set_channel( libvlc_instance_t *p_instance, char *psz_channel,
i_ret = var_Set( p_aout, "audio-channels", val ); i_ret = var_Set( p_aout, "audio-channels", val );
if( i_ret < 0 ) if( i_ret < 0 )
{ {
libvlc_exception_raise( p_e, "failed setting audio range" ); libvlc_exception_raise( p_e, "failed setting audio range" );
vlc_object_release( p_aout ); vlc_object_release( p_aout );
return; return;
} }
vlc_object_release( p_aout ); vlc_object_release( p_aout );
return; /* Found */ return; /* Found */
} }
} }
......
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