Commit 79d33ce2 authored by Laurent Aimar's avatar Laurent Aimar

Fixed typo.

parent bc366fcd
...@@ -2589,7 +2589,7 @@ static char *LanguageGetCode( const char *psz_lang ) ...@@ -2589,7 +2589,7 @@ static char *LanguageGetCode( const char *psz_lang )
} }
if( pl->psz_eng_name != NULL ) if( pl->psz_eng_name != NULL )
return strdup( pl->psz_eng_name ); return strdup( pl->psz_iso639_1 );
return strdup("??"); return strdup("??");
} }
......
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