Bug 216977 - fix error return type nit.

This commit is contained in:
tor%cs.brown.edu 2003-10-09 22:07:03 +00:00
Родитель c394a723fa
Коммит 66399b532a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -731,7 +731,7 @@ nsImageGTK::Draw(nsIRenderingContext &aContext, nsDrawingSurface aSurface,
PRUint8 *scaledRGB = (PRUint8 *)nsMemory::Alloc(3*dstWidth*dstHeight);
if (!scaledRGB)
return NS_ERROR_FAILURE;
return NS_ERROR_OUT_OF_MEMORY;
RectStretch(0, 0, mWidth-1, mHeight-1,
0, 0, dstWidth-1, dstHeight-1,