mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
fix mac bustage ('return' was misspelled) in the patch for bug 195093
This commit is contained in:
parent
7e37eaff03
commit
d73a9ea168
@ -171,7 +171,7 @@ nsPlatformCharset::GetDefaultCharsetForLocale(const PRUnichar* localeName, nsACS
|
||||
|
||||
// fallback
|
||||
oResult.Assign(NS_LITERAL_CSTRING("x-mac-roman"));
|
||||
retrun NS_SUCCESS_USING_FALLBACK_LOCALE;
|
||||
return NS_SUCCESS_USING_FALLBACK_LOCALE;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
Loading…
Reference in New Issue
Block a user