fix mac bustage ('return' was misspelled) in the patch for bug 195093

This commit is contained in:
jshin%mailaps.org 2003-07-23 01:28:18 +00:00
parent 7e37eaff03
commit d73a9ea168

View File

@ -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