Bug 337244 Incorrect pointer passed in nsUnicodeToISO2022JP::ConvertNoBuffNoErr

r=smontagu sr=roc


git-svn-id: svn://10.0.0.236/trunk@216534 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2006-12-06 02:49:51 +00:00
parent eb75237ca0
commit f723e5f220

View File

@@ -125,7 +125,7 @@ typedef struct {
/*=====================================*/
typedef PRUint16* uMappingTableMutable;
typedef const PRUint16* uMappingTable;
typedef const PRUint16 uMappingTable;
#endif