Commit ac8a52b9 authored by Laurent Aimar's avatar Laurent Aimar

Fixed typo.

parent 79d33ce2
......@@ -926,7 +926,7 @@ static char *DemuxGetLanguageCode( demux_t *p_demux, const char *psz_var )
free( psz_lang );
if( pl->psz_eng_name != NULL )
return strdup( pl->psz_eng_name );
return strdup( pl->psz_iso639_1 );
return strdup(LANGUAGE_DEFAULT);
}
......
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