Commit ed4e89f0 authored by Rafaël Carré's avatar Rafaël Carré

Typo

parent 4d44bc5c
...@@ -202,7 +202,7 @@ static int Mux( sout_mux_t *p_mux ) ...@@ -202,7 +202,7 @@ static int Mux( sout_mux_t *p_mux )
char *psz_separator_block = (char *)malloc( strlen( psz_separator ) + char *psz_separator_block = (char *)malloc( strlen( psz_separator ) +
2 + strlen( CONTENT_TYPE ) ); 2 + strlen( CONTENT_TYPE ) );
if( !psz_seperator_block ) if( !psz_separator_block )
{ {
free( psz_separator ); free( psz_separator );
return VLC_EGENERIC; return VLC_EGENERIC;
......
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