The patch for 367275 (previous checkin) was by

Alfred Kayser <alfredkayser@nl.ibm.com>
This commit is contained in:
asqueella%gmail.com 2007-01-25 13:14:24 +00:00
parent a8adf49926
commit a4f616bacb
2 changed files with 1 additions and 1 deletions

View File

@ -275,3 +275,4 @@ inline void Set4BitPixel(PRUint8*& aDecoded, PRUint8 aData,
}
#endif

View File

@ -704,4 +704,3 @@ void nsICODecoder::ProcessInfoHeader() {
mBIH.colors = LITTLE_TO_NATIVE32(mBIH.colors);
mBIH.important_colors = LITTLE_TO_NATIVE32(mBIH.important_colors);
}