Fix bustage (Sun workshop 5.0) / warning (gcc) caused by tor's checkin. Functions returning values should, well, return values. sr=tor

This commit is contained in:
dbaron%fas.harvard.edu 2001-01-10 05:10:20 +00:00
Родитель d4e116148d
Коммит 61cf64b757
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1350,7 +1350,7 @@ nsImageGTK::SetDecodedRect(PRInt32 x1, PRInt32 y1, PRInt32 x2, PRInt32 y2 )
for (int x=mDecodedX1; x<mDecodedX2; x++)
if (*(alpha++)!=255) {
mAlphaValid=PR_TRUE;
return;
return NS_OK;
}
}
}